File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ chown root:root $MYCNF
129129apt install software-properties-common -y
130130sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
131131sudo add-apt-repository ' deb [arch=amd64,i386,ppc64el] http://ftp.ddg.lth.se/mariadb/repo/10.2/ubuntu xenial main'
132- sudo debconf-set-selections <<< " mariadb-server-10.3 mysql-server/root_password password $MARIADB_PASS"
133- sudo debconf-set-selections <<< " mariadb-server-10.3 mysql-server/root_password_again password $MARIADB_PASS"
132+ sudo debconf-set-selections <<< " mariadb-server-10.2 mysql-server/root_password password $MARIADB_PASS"
133+ sudo debconf-set-selections <<< " mariadb-server-10.2 mysql-server/root_password_again password $MARIADB_PASS"
134134apt update -q4 & spinner_loading
135- check_command apt install mariadb-server-10.3 -y
135+ check_command apt install mariadb-server-10.2 -y
136136
137137# Prepare for Wordpress installation
138138# https://blog.v-gar.de/2017/02/en-solved-error-1698-28000-in-mysqlmariadb/
You can’t perform that action at this time.
0 commit comments