From 3a07a9e4478a595b0f68effca4330e117f2728d8 Mon Sep 17 00:00:00 2001 From: GermanBread Date: Mon, 19 Apr 2021 11:12:42 +0200 Subject: [PATCH] sussy --- LULI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LULI.sh b/LULI.sh index 319bfcc..2fdb67c 100644 --- a/LULI.sh +++ b/LULI.sh @@ -108,7 +108,7 @@ done if [[ $method == 1 ]]; then # If there isn't a indicator file present, refuse to continue if ([ -d /opt/lightcord ] || [ -d /opt/Lightcord ]) && [ ! -e $GLOBAL_INSTALL_DIR/Lightcord/script_check ] && [ $BYPASS_PACKAGEMANAGER == 'false' ]; then - Error "Lightcord has been installed via a package manager; refusing to continue.\n\tChange variable BYPASS_PACKAGEMANAGER to anything other than \"false\"" + Error "Lightcord has been installed via a package manager; refusing to continue.\n\tChange variable BYPASS_PACKAGEMANAGER to anything other than \"false\" if you believe that this is a false positive" exit 1 fi