Update install.sh

This commit is contained in:
Ralph 2020-01-19 00:00:59 -05:00 committed by GitHub
parent 1a52b41b20
commit 083a702dd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ default 0;
output "Installing MySQL Repository." output "Installing MySQL Repository."
output "" output ""
curl https://dev.mysql.com/get/mysql-apt-config_0.8.14-1_all.deb > /tmp/mysql-repo.deb | sudo dpkg -i /tmp/mysql-repo.deb sudo curl https://dev.mysql.com/get/mysql-apt-config_0.8.14-1_all.deb > /tmp/mysql-repo.deb | sudo dpkg -i /tmp/mysql-repo.deb
sudo apt update sudo apt update
output "Installing MySQL." output "Installing MySQL."
output "" output ""