Skip to content

Commit

Permalink
Build script: install gnupg prior to updating apt keyring.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeov committed Oct 23, 2023
1 parent 35ef22d commit b5da0ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ build_ubuntu()
else
MYDEPS=$DEPS_UBUNTU
fi
$MYSUDO apt-get update
$MYSUDO /bin/bash -c \
"DEBIAN_FRONTEND='noninteractive' apt-get install -y gnupg"
$MYSUDO apt-key update
$MYSUDO apt-get update
$MYSUDO /bin/bash -c \
Expand Down

0 comments on commit b5da0ca

Please sign in to comment.