Skip to content

Instantly share code, notes, and snippets.

@nexus166
Last active May 20, 2019 22:48
Show Gist options
  • Select an option

  • Save nexus166/1bfeaca194b49b40a51a07fcd1abb1dd to your computer and use it in GitHub Desktop.

Select an option

Save nexus166/1bfeaca194b49b40a51a07fcd1abb1dd to your computer and use it in GitHub Desktop.
echo "deb http://deb.debian.org/debian/ unstable main" > /etc/apt/sources.list.d/unstable.list

printf 'Package: *\nPin: release a=unstable\nPin-Priority: 90\n' > /etc/apt/preferences.d/limit-unstable

wget -O - https://ftp-master.debian.org/keys/archive-key-8.asc | apt-key add -
wget -qO- https://ftp-master.debian.org/keys/archive-key-8-security.asc | apt-key add -

apt update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment