Skip to content

Instantly share code, notes, and snippets.

@chentex
Created October 11, 2011 02:23
Show Gist options
  • Save chentex/1277118 to your computer and use it in GitHub Desktop.
Save chentex/1277118 to your computer and use it in GitHub Desktop.
gpg
wget -O - http://www.bimoid.com/debian/apt.key | apt-key add -
wget -q -O - http://www.dotdeb.org/dotdeb.gpg | apt-key add -
wget -q http://packages.enlightenment.org/repo.key -O- | apt-key add -
wget -q -O - http://repo.palatinus.cz/repo.key | apt-key add -
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
wget -O - http://deb.opera.com/archive.key | apt-key add -
wget -q -O - http://unofficial.debian-maintainers.org/project/openpgp/archive-key.asc | apt-key add -
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | apt-key add -
wget -q http://www.webmin.com/jcameron-key.asc -O- | apt-key add -
wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment