пиздец я долбоеб

pull/49/head
Rilliat 2024-12-24 07:24:23 +03:00
parent 4e670adb31
commit 315d957f29
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if (
inp = input('> ').lower()
if inp != "force_insecure":
sys.exit(1)
elif inp != "no_sudo":
elif inp == "no_sudo":
os.environ["NO_SUDO"] = "1"
print("Added NO_SUDO in your environment variables")
restart()