take EGET_BIN from env
This commit is contained in:
parent
0ee192c8fc
commit
9018fa02bf
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ INSTALL_NO=${RED}✗${NORMAL}
|
|||
shopt -s nullglob
|
||||
BINARY_FILES=($HOME/bin/*)
|
||||
|
||||
export EGET_BIN=$HOME/bin
|
||||
export EGET_BIN=${EGET_BIN:-$HOME/bin}
|
||||
alias eget="eget --system linux/amd64"
|
||||
|
||||
post_download_install() {
|
||||
|
|
Loading…
Reference in a new issue