Skip to content

Commit 0d5297a

Browse files
committed
Missing libpq-dev dependency for bundle-installed pg
1 parent dd50acb commit 0d5297a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/debian_ubuntu_aws.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ userPassword=$(makepasswd --char=10) # Generate a random MySQL password
6060
# This file is normally only readable by root and the password will be deleted by the package management system after install.
6161
echo mysql-server mysql-server/root_password password $userPassword | sudo debconf-set-selections
6262
echo mysql-server mysql-server/root_password_again password $userPassword | sudo debconf-set-selections
63-
sudo apt-get install -y mysql-server
63+
sudo apt-get install -y mysql-server libpq-dev
6464

6565
# Gitlab install
6666
sudo gem install charlock_holmes --version '0.6.8'

0 commit comments

Comments
 (0)