diff --git a/tools/sys_base_install.sh b/tools/sys_base_install.sh index 33efb6a..9b17728 100755 --- a/tools/sys_base_install.sh +++ b/tools/sys_base_install.sh @@ -1,10 +1,14 @@ #!/usr/bin/env bash +# ** Initiate with: ** +# cd && wget http://git.str8.biz/mj/zsh-config/raw/master/tools/sys_base_install.sh -O - | sh +# ------------------------------------------------------------------------------------------- + # ** Helper Functions ** # ---------------------- -GJ_DEVENV="local_aptproxy" -GJ_SHELL="bash" +export GJ_DEVENV="local_aptproxy" +export GJ_SHELL="bash" function set_apt_proxy { if [ "$GJ_DEVENV" == "local_aptproxy" ]; then