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

@@ -1,13 +1,12 @@
#!/usr/bin/env bash
# apt clean, update, upgrade
clean
update
upgrade
echo "apt cleaned, updated, upgraded"
# Install list of packages in 00-apt-pkglist
package_list_file="$install_dir/00-apt-pkglist"
install_file "$package_list_file"
echo "list of dependencies installed"
# Log OS version
cat /etc/os-release