This commit is contained in:
adator
2024-10-06 21:46:16 +02:00
parent f0c0a2d06a
commit c3187e81dd
4 changed files with 88 additions and 59 deletions

View File

@@ -101,7 +101,7 @@ class Install:
def is_root(self) -> bool:
if os.geteuid() != 0:
print('User without privileges ==> PASS')
print('> User without privileges ==> OK')
return False
elif os.geteuid() == 0:
print('/!\\ Do not use root to install Defender /!\\')