Release 0.8.1
[iolib.git] / install-repo.bash
blobfbf89e3dd16030abd5bc98d748f9f4b564360be8
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 -qq
16 apt-get -y --force-yes install libfixposix2 libfixposix-dev