Parcourir la source

debconf-utils

Bob Mottram il y a 10 ans
Parent
révision
2fdb34340e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Voir le fichier

@@ -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