Skip to content

Instantly share code, notes, and snippets.

@DVG
Created April 3, 2014 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save DVG/9955553 to your computer and use it in GitHub Desktop.
Save DVG/9955553 to your computer and use it in GitHub Desktop.
ppa-behind-proxy.bash
# The ppa will have the sources listed on it's site: https://launchpad.net/~gwendal-lebihan-dev/+archive/cinnamon-stable
# edit /etc/apt/sources.list
deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu quantal main
deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu quantal main
# Add signing key
wget "http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xA777609328949509" -O out && sudo apt-key add out && rm out
@DVG
Copy link
Author

DVG commented May 21, 2014

wget "" -O out && sudo apt-key add out && rm out

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