mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-01-11 10:44:29 +00:00
fix: sudo needed for postgresql
This commit is contained in:
parent
29309e3e69
commit
9be8243e66
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ install_database() {
|
|||
|
||||
if [ "$local_setup" == 1 ]; then
|
||||
echo "Setting up local PostgreSQL server ..."
|
||||
apt-get -y install postgresql
|
||||
apt-get -y install postgresql sudo
|
||||
sudo -u postgres psql --command="$pgsql_command1"
|
||||
sudo -u postgres psql --command="$pgsql_command2"
|
||||
sudo -u postgres psql --command="$pgsql_command3"
|
||||
|
|
Loading…
Reference in a new issue