From 90900e3049ef1450000d90e534530d9b9b8ec6f9 Mon Sep 17 00:00:00 2001 From: kenorb Date: Tue, 16 Jan 2024 23:30:12 +0000 Subject: [PATCH] Installs gnupg during provisioning --- scripts/provision.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/provision.sh b/scripts/provision.sh index 4b817e40..c7b5cbee 100755 --- a/scripts/provision.sh +++ b/scripts/provision.sh @@ -107,8 +107,8 @@ case "$(uname -s)" in command -v wget &> /dev/null || apt-get install -qq wget # CA certificates to allow SSL-based applications to check for the authenticity of SSL connections. - echo "Installing CA certificates..." >&2 - apt-get install -qq ca-certificates + echo "Installing CA certificates and GnuPG..." >&2 + apt-get install -qq ca-certificates gnupg # Add PPA/Wine repository. echo "Adding PPA/Wine repository..." >&2 # Adds GPG release key.