mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Djeez I don't understand why we need an extra dependency for this :|
This commit is contained in:
parent
50249b3736
commit
e5677b4775
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue