Skip to content

Instantly share code, notes, and snippets.

@KWKdesign
Last active January 4, 2016 21:19
Show Gist options
  • Save KWKdesign/8680197 to your computer and use it in GitHub Desktop.
Save KWKdesign/8680197 to your computer and use it in GitHub Desktop.
Setup Apt on Debian Wheezy
deb http://http.debian.net/debian wheezy main
deb-src http://http.debian.net/debian wheezy main
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main
deb-src http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main
deb http://packages.dotdeb.org wheezy all
deb-src http://packages.dotdeb.org wheezy all
deb http://nginx.org/packages/mainline/debian/ wheezy nginx
deb-src http://nginx.org/packages/mainline/debian/ wheezy nginx
wget --quiet -O - http://nginx.org/keys/nginx_signing.key | apt-key add -
wget --quiet -O - http://www.dotdeb.org/dotdeb.gpg | apt-key add -
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment