Skip to content

Instantly share code, notes, and snippets.

@rnix
Last active August 29, 2015 13:55
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 rnix/8691941 to your computer and use it in GitHub Desktop.
Save rnix/8691941 to your computer and use it in GitHub Desktop.
Add PostGreSQL apt repository
#!/bin/bash
URL='http://anonscm.debian.org/loggerhead/pkg-postgresql/postgresql-common/trunk/download/head:/apt.postgresql.org.s-20130224224205-px3qyst90b3xp8zj-1/apt.postgresql.org.sh'
curl -L "${URL}" | sudo bash -s precise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment