mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
We need gnupg to add the key with apt-key
(some system like LXC don't have it installed right away)
This commit is contained in:
parent
224e0e9905
commit
068a32bdb5
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"
|
||||
local DEPENDENCIES="lsb-release wget whiptail gnupg"
|
||||
|
||||
if [[ "$AUTOMODE" == "0" ]] ;
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue