Skip to content

Commit

Permalink
Installs gnupg during provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jan 16, 2024
1 parent d6fc67d commit 90900e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 90900e3

Please sign in to comment.