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