From e632dc15073e91e8fb76d56d7c898962d0f02b5a Mon Sep 17 00:00:00 2001 From: yourfriend <81387799+yourfriendoss@users.noreply.github.com> Date: Sat, 10 Jun 2023 23:07:44 +0300 Subject: [PATCH] Update main.py update provision to 2.1.0 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d160f47..9612267 100644 --- a/main.py +++ b/main.py @@ -304,7 +304,7 @@ class SplashScreen(Handy.Window): if not os.path.isfile(f"{(altlinuxpath)}/anisette_server"): self.lbl1.set_text("Downloading anisette_server...") r = requests.get( - "https://github.com/Dadoum/Provision/releases/download/1.1.0/anisette_server-x86_64", + "https://github.com/Dadoum/Provision/releases/download/2.1.0/anisette_server-x86_64", allow_redirects=True, ) open(f"{(altlinuxpath)}/anisette_server", "wb").write(r.content)