[fix] Force dependency install

This commit is contained in:
Le Kload 2015-09-28 00:13:35 +02:00
parent ad502ef188
commit 688b42de1d

View file

@ -97,7 +97,7 @@ upgrade_system() {
installscript_dependencies() { installscript_dependencies() {
# install dependencies of the install script itself # install dependencies of the install script itself
apt_get_wrapper -o Dpkg::Options::="--force-confold" \ apt_get_wrapper -o Dpkg::Options::="--force-confold" \
-y install \ -y --force-yes install \
lsb-release wget whiptail \ lsb-release wget whiptail \
|| return 1 || return 1
} }
@ -257,7 +257,7 @@ workaround_avahi_installation() {
install_yunohost_packages() { install_yunohost_packages() {
apt_get_wrapper \ apt_get_wrapper \
-o Dpkg::Options::="--force-confold" \ -o Dpkg::Options::="--force-confold" \
-y install \ -y --force-yes install \
yunohost yunohost-config \ yunohost yunohost-config \
yunohost-config-postfix \ yunohost-config-postfix \
postfix postfix-ldap \ postfix postfix-ldap \