From 608ec57593dc9aadc84050f3235054576650d357 Mon Sep 17 00:00:00 2001 From: adator <85586985+adator85@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:59:26 +0200 Subject: [PATCH] . --- core/installation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/installation.py b/core/installation.py index d0585b0..b614551 100644 --- a/core/installation.py +++ b/core/installation.py @@ -109,6 +109,7 @@ class Install: elif os.geteuid() == 0: print('/!\\ Do not use root to install Defender /!\\') self.Logs.critical('/!\\ Do not use root to install Defender /!\\') + exit("Do not use root to install Defender") return True def do_install(self) -> bool: