include mariadb-client

This commit is contained in:
Bob Mottram 2017-06-05 14:52:47 +01:00
parent dc9ea6ee6b
commit 9b2bbf2903
1 changed files with 1 additions and 1 deletions

View File

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