From 068a32bdb5f5d0118e4bb3b95d856f072fcb8225 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 26 Apr 2018 03:13:41 +0200 Subject: [PATCH] We need gnupg to add the key with apt-key (some system like LXC don't have it installed right away) --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index b4fa1ea..76cc7bb 100755 --- a/install_yunohost +++ b/install_yunohost @@ -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