From 224e0e99059ff0812a6344b5c311896cad151122 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 18 Apr 2018 15:56:01 +0200 Subject: [PATCH] [yolo] Add apt update before installing script dependencies --- install_yunohost | 1 + 1 file changed, 1 insertion(+) 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 \