Skip to content

Commit

Permalink
sym-link aws to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 committed Nov 17, 2022
1 parent 90c5e73 commit 69ced91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ if [[ "$BINARY_BUCKET_REGION" != "us-iso-east-1" && "$BINARY_BUCKET_REGION" != "
--retry-delay 1 \
-L "https://awscli.amazonaws.com/awscli-exe-linux-${MACHINE}.zip" -o "${AWSCLI_DIR}/awscliv2.zip"
unzip -q "${AWSCLI_DIR}/awscliv2.zip" -d ${AWSCLI_DIR}
sudo "${AWSCLI_DIR}/aws/install"
sudo "${AWSCLI_DIR}/aws/install" --bin-dir /bin/
else
echo "Installing awscli package"
sudo yum install -y awscli
Expand Down

0 comments on commit 69ced91

Please sign in to comment.