From 8a9b1fe85c2edc2e7f30f4a90317cbaa3c2cfd16 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 2 Sep 2022 00:36:34 -0700 Subject: [PATCH] added initial functions export --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 71e3f9d..332c114 100644 --- a/install.sh +++ b/install.sh @@ -154,6 +154,7 @@ userinstall(){ # Create the quickinfo cache directory mkdir -p $HOME/.quickinfo + export prbl_functions="${installdir}/functions" # If all required dependencies are installed, launch initial cache creation if [[ "$bins_missing" == "false" ]] ; then @@ -170,6 +171,7 @@ globalinstall(){ # Copy functions cp ${rundir}/pyr0-bash-functions/functions ${globalinstalldir}/functions + export prbl_functions="${globalinstalldir}/functions" # Check for dependent applications and offer to install check-deps