Skip to content

Instantly share code, notes, and snippets.

@rvanzee
Created April 10, 2012 15: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 rvanzee/2352072 to your computer and use it in GitHub Desktop.
Save rvanzee/2352072 to your computer and use it in GitHub Desktop.
Update the Dotdeb repository
cd /usr/local/src
wget http://www.dotdeb.org/dotdeb.gpg
cat dotdeb.gpg | sudo apt-key add -
rm dotdeb.gpg
apt-get update
apt-get upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment