Browse Source

debconf-utils

Bob Mottram 10 years ago
parent
commit
2fdb34340e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh View File

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