Changed global install dir to local user share

TODO: Change this to default install, add global install option
This commit is contained in:
pyr0ball 2022-08-26 22:28:18 -07:00
parent 2bf34b40c5
commit f96e446b0c

View file

@ -4,6 +4,7 @@ rundir=${0%/*}
source ${rundir}/pyr0-bash-functions/functions source ${rundir}/pyr0-bash-functions/functions
scriptname=${0##*/} scriptname=${0##*/}
runuser=$(whoami) runuser=$(whoami)
globalinstalldir="$HOME/.local/share/pyr0-bash"
#-----------------------------------------------------------------# #-----------------------------------------------------------------#
# Script-specific Parameters # Script-specific Parameters