|
@@ -161,7 +161,7 @@ function install_mariadb {
|
161
|
161
|
debconf-set-selections <<< "mariadb-server mariadb-server/root_password password $MARIADB_PASSWORD"
|
162
|
162
|
debconf-set-selections <<< "mariadb-server mariadb-server/root_password_again password $MARIADB_PASSWORD"
|
163
|
163
|
apt-get -yq install mariadb-server mariadb-client
|
164
|
|
- apt-get -yq remove --purge apache-bin*
|
|
164
|
+ apt-get -yq remove --purge apache2-bin*
|
165
|
165
|
if [ -d /etc/apache2 ]; then
|
166
|
166
|
rm -rf /etc/apache2
|
167
|
167
|
echo $'Removed Apache installation after MariaDB install'
|