Skip to content

Instantly share code, notes, and snippets.

@sylvaingi
Last active December 16, 2015 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sylvaingi/4f66d078cd87f0978542 to your computer and use it in GitHub Desktop.
Save sylvaingi/4f66d078cd87f0978542 to your computer and use it in GitHub Desktop.
Buildkite agent + Debian 7
sudo sh -c 'echo deb http://http.debian.net/debian jessie main > /etc/apt/sources.list.d/jessie.list'
sudo sh -c 'echo -e "Package: *\nPin: release n=wheezy\nPin-Priority: 990\n\nPackage: *\nPin: release n=jessie\nPin-Priority: 500" > /etc/apt/preferences.d/jessie'
sudo apt-get install -t jessie libc6-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment