We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cf4886 + 0d5297a commit ee18f65Copy full SHA for ee18f65
install/debian_ubuntu_aws.sh
@@ -60,7 +60,7 @@ userPassword=$(makepasswd --char=10) # Generate a random MySQL password
60
# This file is normally only readable by root and the password will be deleted by the package management system after install.
61
echo mysql-server mysql-server/root_password password $userPassword | sudo debconf-set-selections
62
echo mysql-server mysql-server/root_password_again password $userPassword | sudo debconf-set-selections
63
-sudo apt-get install -y mysql-server
+sudo apt-get install -y mysql-server libpq-dev
64
65
# Gitlab install
66
sudo gem install charlock_holmes --version '0.6.8'
0 commit comments