This commit is contained in:
adator
2024-09-01 13:59:26 +02:00
parent f392f2fb2f
commit 608ec57593

View File

@@ -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: