add terraform, aws tools, update git pull, update how PATH .profile is loaded

This commit is contained in:
Andrejus Kostarevas
2020-04-15 14:17:09 +01:00
parent 0bd67d48ae
commit 2a5d8004c1
11 changed files with 113 additions and 62 deletions

View File

@@ -6,8 +6,8 @@ if not_installed "keybase"; then
printf "Installing keybase...\n"
curl --remote-name https://prerelease.keybase.io/keybase_amd64.deb
install keybase_amd64.deb
rm keybase_amd64.deb
install ./keybase_amd64.deb
rm ./keybase_amd64.deb
fi
printf "keybase is installed\n"