소스 검색

include mariadb-client

Bob Mottram 7 년 전
부모
커밋
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