File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,12 @@ SYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"
8282export LANGUAGE=${LANGUAGE:- en_US: en}
8383export LANG=${LANG:- en_US.UTF-8}
8484export LC_ALL=${LC_ALL:- ${LANG} }
85-
8685BW_INTERFACE=" $( ip route | grep -i ' default' | awk ' {print $5}' | tr -d ' [:space:]' ) " && export BW_INTERFACE=" ${BW_INTERFACE} "
8786current_dir=" $( pwd) "
8887# #PATHS (Only Required)
89- export GOROOT=" $HOME /.go"
90- export GOPATH=" $HOME /go"
91- export PATH=" $HOME / bin:$HOME / .cargo/bin:$HOME /.cargo/env:$HOME /.go/bin:$HOME /go/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$HOME /.local/bin:$HOME /miniconda3/bin:$HOME /miniconda3/condabin:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:$PATH "
88+ export GOROOT=" ${ HOME} /.go"
89+ export GOPATH=" ${ HOME} /go"
90+ export PATH=" ${ HOME} /.local/share/soar/ bin:${ HOME} /bin: ${HOME} / .cargo/bin:${ HOME} /.cargo/env:${ HOME} /.go/bin:${ HOME} /go/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:${ HOME} /.local/bin:${ HOME} /miniconda3/bin:${ HOME} /miniconda3/condabin:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:${ PATH:-/ usr / local / sbin :/ usr / local / bin :/ usr / sbin :/ usr / bin :/ sbin :/ bin} "
9291# -------------------------------------------------------------------------------#
9392
9493
You can’t perform that action at this time.
0 commit comments