Skip to content

Commit

Permalink
fix: install script exec 3
Browse files Browse the repository at this point in the history
  • Loading branch information
RamaRaju-vj committed Jul 2, 2024
1 parent 732b7b4 commit fba91e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [ ! -f "/usr/local/bin/unzip" ]; then
fi
echo "busybox installed."

# Install AWS CLI
# Install AWS CLI.
sudo curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
sudo /usr/local/bin/unzip awscliv2.zip
sudo ./aws/install
Expand Down

0 comments on commit fba91e0

Please sign in to comment.