Update install.sh

This commit is contained in:
Ralph 2020-01-19 00:05:01 -05:00 committed by GitHub
parent 083a702dd9
commit 942451986d
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 ""
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
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
sudo apt update
output "Installing MySQL."
output ""