fix stuff
This commit is contained in:
parent
f2bf7ea423
commit
ccce1d5217
2 changed files with 1 additions and 2 deletions
|
@ -24,4 +24,4 @@ is_graphical() {
|
|||
command -v $PREF_TERM && return 0 || return 1
|
||||
}
|
||||
|
||||
command -v $SYS_SUDO || $SYS_SUDO=""
|
||||
command -v $SYS_SUDO || SYS_SUDO=""
|
1
sync.sh
1
sync.sh
|
@ -6,7 +6,6 @@ RUN_CMDS=${RUN_CMDS:-yes}
|
|||
PULL_GIT=${PULL_GIT:-yes}
|
||||
|
||||
. ./lib/lib.sh
|
||||
. ./sync.conf
|
||||
|
||||
set -e # Exit on error
|
||||
|
||||
|
|
Loading…
Reference in a new issue