瀏覽代碼

debconf-utils

Bob Mottram 10 年之前
父節點
當前提交
2fdb34340e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      install-freedombone.sh

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

2183
   if grep -Fxq "install_mariadb" $COMPLETION_FILE; then
2183
   if grep -Fxq "install_mariadb" $COMPLETION_FILE; then
2184
       return
2184
       return
2185
   fi
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
   apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
2187
   apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
2188
   add-apt-repository 'deb http://mariadb.biz.net.id//repo/10.1/debian sid main'
2188
   add-apt-repository 'deb http://mariadb.biz.net.id//repo/10.1/debian sid main'
2189
   apt-get -y --force-yes install software-properties-common
2189
   apt-get -y --force-yes install software-properties-common