diff --git a/install_yunohost b/install_yunohost index e0c1a9f..b4fa1ea 100755 --- a/install_yunohost +++ b/install_yunohost @@ -254,6 +254,7 @@ function install_script_dependencies() { DEPENDENCIES+=" dialog" fi + apt_update apt_get_wrapper -o Dpkg::Options::="--force-confold" \ -y --force-yes install \ $DEPENDENCIES \