|
@@ -145,7 +145,7 @@ function install_mariadb {
|
145
|
145
|
|
146
|
146
|
debconf-set-selections <<< "mariadb-server mariadb-server/root_password password $MARIADB_PASSWORD"
|
147
|
147
|
debconf-set-selections <<< "mariadb-server mariadb-server/root_password_again password $MARIADB_PASSWORD"
|
148
|
|
- apt-get -yq install mariadb-server
|
|
148
|
+ apt-get -yq install mariadb-server mariadb-client
|
149
|
149
|
apt-get -yq remove --purge apache*
|
150
|
150
|
if [ -d /etc/apache2 ]; then
|
151
|
151
|
rm -rf /etc/apache2
|