Skip to content

Instantly share code, notes, and snippets.

@adamdilek
Created April 11, 2015 19:09
Show Gist options
  • Save adamdilek/4816b43738656b147d6c to your computer and use it in GitHub Desktop.
Save adamdilek/4816b43738656b147d6c to your computer and use it in GitHub Desktop.
sudo vi /etc/apt/sources.list.d/pgdg.list
deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main # Bu satırı yukarıdaki dosyaya ekliyoruz
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - # evet sonunda tire işareti var
sudo apt-get update
sudo apt-get install postgresql-9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment