debconf-utils
This commit is contained in:
parent
4f40454b7a
commit
2fdb34340e
|
@ -2183,7 +2183,7 @@ function install_mariadb {
|
||||||
if grep -Fxq "install_mariadb" $COMPLETION_FILE; then
|
if grep -Fxq "install_mariadb" $COMPLETION_FILE; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
apt-get -y --force-yes install python-software-properties
|
apt-get -y --force-yes install python-software-properties debconf-utils
|
||||||
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
|
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
|
||||||
add-apt-repository 'deb http://mariadb.biz.net.id//repo/10.1/debian sid main'
|
add-apt-repository 'deb http://mariadb.biz.net.id//repo/10.1/debian sid main'
|
||||||
apt-get -y --force-yes install software-properties-common
|
apt-get -y --force-yes install software-properties-common
|
||||||
|
|
Loading…
Reference in New Issue