From 03ee5e6e166167518e82ef4de9ec587d47773d6d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 16 Apr 2020 12:21:05 +0300 Subject: [PATCH] AWS CLI in /usr/bin --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9c147abf..1f3fc093 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -27,7 +27,7 @@ mkdir -p /tmp/awscli cd /tmp/awscli curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip -./aws/install +./aws/install --bin-dir /usr/bin ) rm -rf /tmp/awscli