diff options
-rwxr-xr-x | install.sh | 2 | ||||
-rwxr-xr-x | shell_only.sh | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -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" |