Fix installer
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
# This script will add scripts-* to the PATH and the manual to each user's Desktop
|
||||
# Copyright 2021 Bryan C. Roessler
|
||||
|
||||
[[ -f functions ]] && . functions || exit 1
|
||||
parent="${BASH_SOURCE[0]}"
|
||||
parent=${parent%/*}
|
||||
|
||||
[[ -f "$parent"/functions ]] && . "$parent"/functions || exit 1
|
||||
|
||||
is_root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user