瀏覽代碼

debconf-utils

Bob Mottram 10 年之前
父節點
當前提交
2fdb34340e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 查看文件

@@ -2183,7 +2183,7 @@ function install_mariadb {
2183 2183
   if grep -Fxq "install_mariadb" $COMPLETION_FILE; then
2184 2184
       return
2185 2185
   fi
2186
-  apt-get -y --force-yes install python-software-properties
2186
+  apt-get -y --force-yes install python-software-properties debconf-utils
2187 2187
   apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
2188 2188
   add-apt-repository 'deb http://mariadb.biz.net.id//repo/10.1/debian sid main'
2189 2189
   apt-get -y --force-yes install software-properties-common