Skip to content

Commit

Permalink
Change ecsanywhere install script to point to amazon-ecs-agent repo (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Realmonia authored Aug 28, 2023
1 parent 3577e5f commit 124c2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ecs-anywhere-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ ssm-agent-signature-verify() {
return
fi

curl-helper "$dir/amazon-ssm-agent.gpg" "https://raw.githubusercontent.com/aws/amazon-ecs-init/master/scripts/amazon-ssm-agent.gpg"
curl-helper "$dir/amazon-ssm-agent.gpg" "https://raw.githubusercontent.com/aws/amazon-ecs-agent/master/scripts/amazon-ssm-agent.gpg"
gpg --import "$dir/amazon-ssm-agent.gpg"

if gpg --verify "$1" "$2"; then
Expand Down Expand Up @@ -548,7 +548,7 @@ ecs-init-signature-verify() {
return
fi

curl-helper "$dir/amazon-ecs-agent.gpg" "https://raw.githubusercontent.com/aws/amazon-ecs-init/master/scripts/amazon-ecs-agent.gpg"
curl-helper "$dir/amazon-ecs-agent.gpg" "https://raw.githubusercontent.com/aws/amazon-ecs-agent/master/scripts/amazon-ecs-agent.gpg"
gpg --import "$dir/amazon-ecs-agent.gpg"
if gpg --verify "$1" "$2"; then
echo "amazon-ecs-init GPG verification passed. Install amazon-ecs-init."
Expand Down

0 comments on commit 124c2ce

Please sign in to comment.