|
|
|
@ -627,7 +627,6 @@ check_and_install() {
|
|
|
|
for app in "${apps[@]}"; do
|
|
|
|
for app in "${apps[@]}"; do
|
|
|
|
check_and_install $app
|
|
|
|
check_and_install $app
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
systemctl restart mariadb
|
|
|
|
systemctl restart mariadb
|
|
|
|
systemctl enable mariadb
|
|
|
|
systemctl enable mariadb
|
|
|
|
#sudo mysql_secure_installation --host=localhost --port=3306
|
|
|
|
#sudo mysql_secure_installation --host=localhost --port=3306
|
|
|
|
@ -1198,7 +1197,6 @@ check_and_install() {
|
|
|
|
for app in "${apps[@]}"; do
|
|
|
|
for app in "${apps[@]}"; do
|
|
|
|
check_and_install $app
|
|
|
|
check_and_install $app
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
systemctl restart mariadb
|
|
|
|
systemctl restart mariadb
|
|
|
|
systemctl enable mariadb
|
|
|
|
systemctl enable mariadb
|
|
|
|
#sudo mysql_secure_installation --host=localhost --port=3306
|
|
|
|
#sudo mysql_secure_installation --host=localhost --port=3306
|
|
|
|
|