Update postgres.sh
This commit is contained in:
parent
18b584f39d
commit
1323e263b2
|
|
@ -7,6 +7,9 @@ cd "$(dirname "$0")"
|
|||
. ./config.sh
|
||||
. ./colors.sh
|
||||
|
||||
#install the dependencies
|
||||
pkg install --yes sudo
|
||||
|
||||
#move to /tmp to prevent an error when running sudo with psql
|
||||
cwd=$(pwd)
|
||||
cd /tmp
|
||||
|
|
|
|||
Loading…
Reference in New Issue