Skip to content

Commit 9b6aaca

Browse files
Alternative installing informations was added.
1 parent ed8ba6c commit 9b6aaca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

development/database.md

+9
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ sudo apt-get update
6464
sudo apt-get install postgresql-9.2
6565
````
6666
67+
**Alternatif Kurulum Senaryosu**
68+
69+
Eğer yukaridaki yöntem başarısız olursa asağıdaki alternatif senaryoyu deneyebilirsiniz.
70+
71+
```bash
72+
sudo bash -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
73+
sudo apt-get update
74+
```
75+
6776
**Güncelleme**
6877

6978
```bash

0 commit comments

Comments
 (0)