Add TravisCI config file
[iolib.git] / install-repo.bash
blob8e1ddb5d2a603710ec84856c0b6849fb4894f069
1 #!/bin/bash
3 cat >> /etc/apt/sources.list <<EOF
4 deb http://download.opensuse.org/repositories/home:/sionescu/Ubuntu_Precise/ ./
5 EOF
7 cat >> /etc/apt/preferences <<EOF
9 Package: libfixposix*
10 Pin: origin download.opensuse.org
11 Pin-Priority: 1001
12 EOF
14 apt-get update
16 apt-get -y --force-yes install libfixposix2 libfixposix-dev