Created
April 11, 2015 19:09
-
-
Save adamdilek/4816b43738656b147d6c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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