From 33983fbc2e2c560e9f3c6c22e91cdff7461284a7 Mon Sep 17 00:00:00 2001 From: clsty Date: Tue, 11 Feb 2025 22:10:01 +0800 Subject: [PATCH] Prevent sudo --- uninstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uninstall.sh b/uninstall.sh index 68ab595a9..a2fbbfcc2 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash cd "$(dirname "$0")" source ./scriptdata/environment-variables +source ./scriptdata/functions +prevent_sudo_or_root function v() { echo -e "[$0]: \e[32mNow executing:\e[0m"