From 49a5a2ecb7c3f7e78e4aa1d97c8397affee1813f Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 28 Oct 2017 15:00:35 +0200 Subject: [PATCH] add apt-transport-https to dependencies (#40) * add apt-transport-https to dependencies * Move apt-transport-https dependency to general dependency, not just RPi ones --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index 47bb6f9..4a87827 100755 --- a/install_yunohost +++ b/install_yunohost @@ -121,7 +121,7 @@ upgrade_system() { installscript_dependencies() { # dependencies of the install script itself - local DEPENDENCIES="lsb-release wget whiptail" + local DEPENDENCIES="lsb-release wget whiptail apt-transport-https" if [[ "$AUTOMODE" == "0" ]] ; then