From f74abe779e53a176dd3f81397ad9e67fcdb26e4d Mon Sep 17 00:00:00 2001 From: mj Date: Fri, 20 Mar 2015 15:27:19 +0100 Subject: [PATCH] sys_base_install --- tools/sys_base_install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/sys_base_install.sh b/tools/sys_base_install.sh index e9c60a2..e033d25 100755 --- a/tools/sys_base_install.sh +++ b/tools/sys_base_install.sh @@ -4,12 +4,14 @@ # cd && wget http://git.str8.biz/mj/zsh-config/raw/master/tools/sys_base_install.sh -O | sh # ------------------------------------------------------------------------------------------- -# ** Helper Functions ** -# ---------------------- +set -e export GJ_DEVENV="local_aptproxy" export GJ_SHELL="bash" +# ** Helper Functions ** +# ---------------------- + function set_apt_proxy { if [[ "$GJ_DEVENV" == "local_aptproxy" ]]; then echo "Setting apt-proxy: srvths" -- 2.0.0