From 9018fa02bf0b26e94c73aeb1d35decc8fabb4290 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 9 Dec 2022 17:09:47 -0600 Subject: [PATCH] take EGET_BIN from env --- home/private_bin/executable_tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/private_bin/executable_tools b/home/private_bin/executable_tools index d052a05..27aeb3d 100644 --- a/home/private_bin/executable_tools +++ b/home/private_bin/executable_tools @@ -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() {