Commit f74abe779e53a176dd3f81397ad9e67fcdb26e4d
1 parent
f7f123531e
Exists in
master
and in
2 other branches
sys_base_install
Showing 1 changed file with 4 additions and 2 deletions Side-by-side Diff
tools/sys_base_install.sh
... | ... | @@ -4,12 +4,14 @@ |
4 | 4 | # cd && wget http://git.str8.biz/mj/zsh-config/raw/master/tools/sys_base_install.sh -O | sh |
5 | 5 | # ------------------------------------------------------------------------------------------- |
6 | 6 | |
7 | -# ** Helper Functions ** | |
8 | -# ---------------------- | |
7 | +set -e | |
9 | 8 | |
10 | 9 | export GJ_DEVENV="local_aptproxy" |
11 | 10 | export GJ_SHELL="bash" |
12 | 11 | |
12 | +# ** Helper Functions ** | |
13 | +# ---------------------- | |
14 | + | |
13 | 15 | function set_apt_proxy { |
14 | 16 | if [[ "$GJ_DEVENV" == "local_aptproxy" ]]; then |
15 | 17 | echo "Setting apt-proxy: srvths" |