Commit f3f4eb5cc1340b609f2119fa22be5e05aabc22aa

Authored by mj
1 parent e18177cb30
Exists in master and in 2 other branches 02-merge, dev

IMP sys_base_install.sh

Showing 1 changed file with 6 additions and 2 deletions Side-by-side Diff

tools/sys_base_install.sh
1 1 #!/usr/bin/env bash
2 2  
  3 +# ** Initiate with: **
  4 +# cd && wget http://git.str8.biz/mj/zsh-config/raw/master/tools/sys_base_install.sh -O - | sh
  5 +# -------------------------------------------------------------------------------------------
  6 +
3 7 # ** Helper Functions **
4 8 # ----------------------
5 9  
6   -GJ_DEVENV="local_aptproxy"
7   -GJ_SHELL="bash"
  10 +export GJ_DEVENV="local_aptproxy"
  11 +export GJ_SHELL="bash"
8 12  
9 13 function set_apt_proxy {
10 14 if [ "$GJ_DEVENV" == "local_aptproxy" ]; then