From f3f4eb5cc1340b609f2119fa22be5e05aabc22aa Mon Sep 17 00:00:00 2001 From: mj Date: Mon, 16 Feb 2015 08:16:23 +0100 Subject: [PATCH] IMP sys_base_install.sh --- tools/sys_base_install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.0.0