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
This commit is contained in:
Thomas 2017-10-28 15:00:35 +02:00 committed by Alexandre Aubin
parent 79a01bba84
commit 49a5a2ecb7

View file

@ -121,7 +121,7 @@ upgrade_system() {
installscript_dependencies() { installscript_dependencies() {
# dependencies of the install script itself # dependencies of the install script itself
local DEPENDENCIES="lsb-release wget whiptail" local DEPENDENCIES="lsb-release wget whiptail apt-transport-https"
if [[ "$AUTOMODE" == "0" ]] ; if [[ "$AUTOMODE" == "0" ]] ;
then then