Changed global install dir to local user share
TODO: Change this to default install, add global install option
This commit is contained in:
parent
2bf34b40c5
commit
f96e446b0c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue