Update install.sh

This commit is contained in:
Ralph 2020-01-19 22:51:59 -05:00 committed by GitHub
parent eead7dc12b
commit 5a1987064a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,8 @@ output ""
# install all dependencies
output "Installing MySQL Repository."
output ""
wget https://dev.mysql.com/get/mysql-apt-config_0.8.14-1_all.deb > /tmp/mysql-repo.deb | sudo dpkg -i ./mysql-apt-config_0.8.14-1_all.deb
wget https://dev.mysql.com/get/mysql-apt-config_0.8.14-1_all.deb
sudo dpkg -i ./mysql-apt-config_0.8.14-1_all.deb
sudo apt update
# create random password
rootpasswd=$(openssl rand -base64 12)