From 826e7651e9c223371cb741807a7098b4541ac0e7 Mon Sep 17 00:00:00 2001 From: Ethan Blackburn Date: Thu, 2 Jan 2025 12:29:25 -0600 Subject: [PATCH] snap install awscli in setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 619baf0..19e9829 100755 --- a/setup.sh +++ b/setup.sh @@ -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