Skip to content

Commit de7f58f

Browse files
authored
Update MySQL APT config version to 0.8.36
1 parent 7c0c3c4 commit de7f58f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/linux/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ install_mysql() {
520520
debconf-set-selections <<< "mysql-server mysql-server/root_password password ${root_password}"
521521
debconf-set-selections <<< "mysql-server mysql-server/root_password_again password ${root_password}"
522522

523-
wget -O mysql-apt-config.deb https://dev.mysql.com/get/mysql-apt-config_0.8.35-1_all.deb
523+
wget -O mysql-apt-config.deb https://dev.mysql.com/get/mysql-apt-config_0.8.36-1_all.deb
524524
dpkg -i mysql-apt-config.deb && apt-get update
525525
rm mysql-apt-config.deb
526526
fi

0 commit comments

Comments
 (0)