include mariadb-client
This commit is contained in:
parent
dc9ea6ee6b
commit
9b2bbf2903
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue