File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -213,13 +213,13 @@ done
213213
214214# Install MariDB repos
215215install_if_not software-properties-common
216- curl -LsS https://downloads .mariadb.com/MariaDB /mariadb_repo_setup | sudo bash -s -- --mariadb-server-version= " mariadb-11.4 " --skip-maxscale
216+ curl -LsS https://r .mariadb.com/downloads /mariadb_repo_setup | sudo bash -s -- --skip-maxscale
217217# Avoid i386 since we use x64
218218sed -i " s|deb http|deb [arch=amd64] http|g" /etc/apt/sources.list.d/mariadb.list
219219# USed debconf to install it
220- sudo debconf-set-selections <<< " mariadb-server-11.4 mysql-server/root_password password $MARIADB_PASS"
221- sudo debconf-set-selections <<< " mariadb-server-11.4 mysql-server/root_password_again password $MARIADB_PASS"
222- install_if_not mariadb-server-11.4
220+ sudo debconf-set-selections <<< " mariadb-server mysql-server/root_password password $MARIADB_PASS"
221+ sudo debconf-set-selections <<< " mariadb-server mysql-server/root_password_again password $MARIADB_PASS"
222+ install_if_not mariadb-server
223223
224224# mysql_secure_installation
225225install_if_not expect
You can’t perform that action at this time.
0 commit comments