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:
Alexandre Aubin 2018-04-26 03:13:41 +02:00 committed by GitHub
parent 224e0e9905
commit 068a32bdb5
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"
local DEPENDENCIES="lsb-release wget whiptail gnupg"
if [[ "$AUTOMODE" == "0" ]] ;
then