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