Skip to content

Commit 949d7c5

Browse files
authored
[aws-cli] Change dependency from gnupg2 to gpg
Other components of gnupg2 are not necessary for verifying the aws-cli signature.
1 parent 4f8a62a commit 949d7c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aws-cli/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ check_packages() {
6868

6969
export DEBIAN_FRONTEND=noninteractive
7070

71-
check_packages curl ca-certificates gnupg2 dirmngr unzip bash-completion less
71+
check_packages curl ca-certificates gpg dirmngr unzip bash-completion less
7272

7373
verify_aws_cli_gpg_signature() {
7474
local filePath=$1

0 commit comments

Comments
 (0)