Skip to content

Instantly share code, notes, and snippets.

@stv-io
Created May 4, 2023 13:51
Show Gist options
  • Save stv-io/555ebe8e2b5b6eb238e5822828e2ee5a to your computer and use it in GitHub Desktop.
Save stv-io/555ebe8e2b5b6eb238e5822828e2ee5a to your computer and use it in GitHub Desktop.
#!/bin/bash
export TERRAFORM_SWITCHER_VERSION=0.13.1308
export TGSWITCH_VERSION=0.6.0
sudo rm -rvf /usr/bin/terraform
mkdir -p ~/bin
curl https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh -o tfswitch-install.sh
bash tfswitch-install.sh -b ~/bin
rm -vf tfswitch-install.sh
curl https://raw.githubusercontent.com/warrensbox/tgswitch/release/install.sh -o tgswitch-install.sh
bash tgswitch-install.sh -b ~/bin
rm -vf tgswitch-install.sh
echo "export PATH=$PATH:~/bin" >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment