take EGET_BIN from env

This commit is contained in:
Daylin Morgan 2022-12-09 17:09:47 -06:00
parent 0ee192c8fc
commit 9018fa02bf

View file

@ -19,7 +19,7 @@ INSTALL_NO=${RED}✗${NORMAL}
shopt -s nullglob shopt -s nullglob
BINARY_FILES=($HOME/bin/*) BINARY_FILES=($HOME/bin/*)
export EGET_BIN=$HOME/bin export EGET_BIN=${EGET_BIN:-$HOME/bin}
alias eget="eget --system linux/amd64" alias eget="eget --system linux/amd64"
post_download_install() { post_download_install() {