There was an error while loading. Please reload this page.
1 parent 7c0c3c4 commit de7f58fCopy full SHA for de7f58f
1 file changed
templates/linux/setup.sh
@@ -520,7 +520,7 @@ install_mysql() {
520
debconf-set-selections <<< "mysql-server mysql-server/root_password password ${root_password}"
521
debconf-set-selections <<< "mysql-server mysql-server/root_password_again password ${root_password}"
522
523
- wget -O mysql-apt-config.deb https://dev.mysql.com/get/mysql-apt-config_0.8.35-1_all.deb
+ wget -O mysql-apt-config.deb https://dev.mysql.com/get/mysql-apt-config_0.8.36-1_all.deb
524
dpkg -i mysql-apt-config.deb && apt-get update
525
rm mysql-apt-config.deb
526
fi
0 commit comments