Merge pull request #49 from Rilliat/v1.6.8

инфекции ГООЙДА
pull/50/head
Who? 2024-12-24 12:30:09 +07:00 committed by GitHub
commit c4a1dc50ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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()