aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
-rwxr-xr-xshell_only.sh2
2 files changed, 0 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index 3a8643f..7599c45 100755
--- a/install.sh
+++ b/install.sh
@@ -24,8 +24,6 @@ function command_exists {
command -v $1 &> /dev/null
}
-set -x
-
if [ ${UID} -ne 0 ]; then
if command_exists sudo; then
SUDO="sudo"
diff --git a/shell_only.sh b/shell_only.sh
index 36f86ac..9312aaa 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -30,8 +30,6 @@ function command_exists {
command -v $1 &> /dev/null
}
-set -x
-
if [ ${UID} -ne 0 ]; then
if command_exists doas; then
SUDO="doas"