Skip to content

Commit

Permalink
install local
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBlackburn committed Apr 18, 2024
1 parent 3ba7ad3 commit 441a603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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
pip3 install awscli-local
pip3 install terraform-local
sudo snap install terraform --classic
curl -Lo localstack-cli-3.3.0-linux-amd64-onefile.tar.gz https://github.com/localstack/localstack-cli/releases/download/v3.3.0/localstack-cli-3.3.0-linux-amd64-onefile.tar.gz
sudo tar xvzf localstack-cli-3.3.0-linux-*-onefile.tar.gz -C /usr/local/bin
Expand Down

2 comments on commit 441a603

@Stonelinks
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice commit bro

@EthanBlackburn
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice commit bro

Thanks king 🤴

Please sign in to comment.