From 124c2cebfa55638c8e3bd1e4a2617afded601ac9 Mon Sep 17 00:00:00 2001 From: Heming Han Date: Mon, 28 Aug 2023 10:20:27 -0700 Subject: [PATCH] Change ecsanywhere install script to point to amazon-ecs-agent repo (#3869) --- scripts/ecs-anywhere-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ecs-anywhere-install.sh b/scripts/ecs-anywhere-install.sh index 7dab9a1f13d..49093ad1a13 100755 --- a/scripts/ecs-anywhere-install.sh +++ b/scripts/ecs-anywhere-install.sh @@ -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 @@ -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."