fix stuff

This commit is contained in:
Strix 2023-10-14 22:38:04 +02:00
parent caa51cb792
commit 9772702105
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
2 changed files with 1 additions and 2 deletions

View file

@ -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=""

View file

@ -6,7 +6,6 @@ RUN_CMDS=${RUN_CMDS:-yes}
PULL_GIT=${PULL_GIT:-yes}
. ./lib/lib.sh
. ./sync.conf
set -e # Exit on error