Djeez I don't understand why we need an extra dependency for this :|

This commit is contained in:
Alexandre Aubin 2018-04-30 21:49:19 +02:00 committed by GitHub
parent 50249b3736
commit e5677b4775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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