Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anilgulecha/9030425 to your computer and use it in GitHub Desktop.
Save anilgulecha/9030425 to your computer and use it in GitHub Desktop.
cat >/etc/apt/preferences.d/saucy-proposed <\EOF
Package: *
Pin: release a=saucy-proposed
Pin-Priority: 400
EOF
cat >/etc/apt/sources.list.d/saucy-proposed.list <\EOF
deb http://us.archive.ubuntu.com/ubuntu/ saucy-proposed main restricted universe
deb-src http://us.archive.ubuntu.com/ubuntu/ saucy-proposed main restricted universe
EOF
apt-get update
apt-get install -y -t saucy-proposed lxc
apt-get install -y lxc-docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment