From e5677b4775e8766fae964825b7c5d7d9aaf30473 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 30 Apr 2018 21:49:19 +0200 Subject: [PATCH] Djeez I don't understand why we need an extra dependency for this :| --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index c49d15c..0a27068 100755 --- a/install_yunohost +++ b/install_yunohost @@ -247,7 +247,7 @@ function upgrade_system() { function install_script_dependencies() { # dependencies of the install script itself - local DEPENDENCIES="lsb-release wget whiptail gnupg" + local DEPENDENCIES="lsb-release wget whiptail gnupg apt-transport-https" if [[ "$AUTOMODE" == "0" ]] ; then