Skip to content

Commit

Permalink
snap install awscli in setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBlackburn committed Jan 2, 2025
1 parent 14f8d5b commit 826e765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if command -v brew &> /dev/null; then
elif [ "$(uname)" = "Linux" ]; then
if [ -f /etc/debian_version ]; then
echo "Debian-based Linux detected. Installing packages with apt."
sudo apt update && sudo apt install -y awscli
sudo snap install aws-cli --classic
pip3 install awscli-local
pip3 install terraform-local
sudo snap install terraform --classic
Expand Down

0 comments on commit 826e765

Please sign in to comment.