From 688b42de1d5324fd0e9f94fa114074fb2465fdd5 Mon Sep 17 00:00:00 2001 From: Le Kload Date: Mon, 28 Sep 2015 00:13:35 +0200 Subject: [PATCH] [fix] Force dependency install --- install_yunohostv2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_yunohostv2 b/install_yunohostv2 index bb2a4e4..34a2297 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -97,7 +97,7 @@ upgrade_system() { installscript_dependencies() { # install dependencies of the install script itself apt_get_wrapper -o Dpkg::Options::="--force-confold" \ - -y install \ + -y --force-yes install \ lsb-release wget whiptail \ || return 1 } @@ -257,7 +257,7 @@ workaround_avahi_installation() { install_yunohost_packages() { apt_get_wrapper \ -o Dpkg::Options::="--force-confold" \ - -y install \ + -y --force-yes install \ yunohost yunohost-config \ yunohost-config-postfix \ postfix postfix-ldap \