Skip to content

Instantly share code, notes, and snippets.

@kpfefferle
Forked from DVG/ppa-behind-proxy.bash
Created August 22, 2014 17:17
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 kpfefferle/2e4450e23a51c025865d to your computer and use it in GitHub Desktop.
Save kpfefferle/2e4450e23a51c025865d to your computer and use it in GitHub Desktop.
# 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
@kpfefferle
Copy link
Author

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