mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
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:
parent
79a01bba84
commit
49a5a2ecb7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue