Fix for strange postgres install bug
This commit is contained in:
parent
e280acdeea
commit
403da6d97b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
apt-get -yy install libpq5=9.6.10-0+deb9u1 libpq-dev=9.6.10-0+deb9u1 postgresql=9.6+181+deb9u1
|
||||
apt-get -yy install postgresql-client-9.6
|
||||
|
|
Loading…
Reference in a new issue