浏览代码

include mariadb-client

Bob Mottram 8 年前
父节点
当前提交
9b2bbf2903
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-utils-database

+ 1
- 1
src/freedombone-utils-database 查看文件

145
 
145
 
146
     debconf-set-selections <<< "mariadb-server mariadb-server/root_password password $MARIADB_PASSWORD"
146
     debconf-set-selections <<< "mariadb-server mariadb-server/root_password password $MARIADB_PASSWORD"
147
     debconf-set-selections <<< "mariadb-server mariadb-server/root_password_again password $MARIADB_PASSWORD"
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
     apt-get -yq remove --purge apache*
149
     apt-get -yq remove --purge apache*
150
     if [ -d /etc/apache2 ]; then
150
     if [ -d /etc/apache2 ]; then
151
         rm -rf /etc/apache2
151
         rm -rf /etc/apache2