From f96e446b0c80587627a204e64a7b2fdaf8e3a066 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Fri, 26 Aug 2022 22:28:18 -0700 Subject: [PATCH] Changed global install dir to local user share TODO: Change this to default install, add global install option --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 890ff6a..2beede6 100644 --- a/install.sh +++ b/install.sh @@ -4,6 +4,7 @@ rundir=${0%/*} source ${rundir}/pyr0-bash-functions/functions scriptname=${0##*/} runuser=$(whoami) +globalinstalldir="$HOME/.local/share/pyr0-bash" #-----------------------------------------------------------------# # Script-specific Parameters