Skip to content

Instantly share code, notes, and snippets.

@zero-master
Created June 10, 2018 10:10
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 zero-master/c44d23b3abc379a537c4a33932533e50 to your computer and use it in GitHub Desktop.
Save zero-master/c44d23b3abc379a537c4a33932533e50 to your computer and use it in GitHub Desktop.
#!/bash/bin
echo "deb http://deb.debian.org/debian/ unstable main" > /etc/apt/sources.list.d/unstable-wireguard.list
printf 'Package: *\nPin: release a=unstable\nPin-Priority: 150\n' > /etc/apt/preferences.d/limit-unstable
apt update
apt install wireguard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment