From b3270622275a9110e3ca3a774ac32b95223e0bda Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 17 Sep 2018 17:27:39 +0200 Subject: [PATCH] Aleks was drunk ... AGAIN D: --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index 138adea..95f0c4b 100644 --- a/install_yunohost +++ b/install_yunohost @@ -259,7 +259,7 @@ function upgrade_system() { function install_script_dependencies() { # dependencies of the install script itself - local DEPENDENCIES2="lsb-release wget whiptail gnupg apt-transport-https" + local DEPENDENCIES="lsb-release wget whiptail gnupg apt-transport-https" if [[ "$AUTOMODE" == "0" ]] ; then