install=`mktemp`
aws s3 cp s3://hs-hopscotch-deploy/hs-cli/install.sh $install
chmod +x $install
$install
source ~/.zshrc
rm -f $install
Make sure to replace <profile_name>
with the name you assigned to this AWS profile.
install=`mktemp`
aws --profile <profile_name> s3 cp s3://hs-hopscotch-deploy/hs-cli/install.sh $install
chmod +x $install
$install <profile_name>
source ~/.zshrc
rm -f $install
Once installed, set the name of the AWS profile using the menu option in the HS CLI.