Created
April 3, 2014 14:38
-
-
Save DVG/9955553 to your computer and use it in GitHub Desktop.
ppa-behind-proxy.bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wget "" -O out && sudo apt-key add out && rm out