Skip to content

Commit

Permalink
fix(vagrant): fix vagrant provision script
Browse files Browse the repository at this point in the history
  • Loading branch information
jegj committed Aug 9, 2022
1 parent 7b44711 commit 250af84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fi

apt-get update

sudo apt-get install -y "python3-pip postgresql-server-dev-$PGVERSION" "postgresql-contrib-$PGVERSION"
sudo apt-get install -y "python3-pip" "postgresql-server-dev-$PGVERSION" "postgresql-contrib-$PGVERSION"

echo "configure postgresql..."

Expand Down

0 comments on commit 250af84

Please sign in to comment.