provision outdated (fix)

This commit is contained in:
yourfriend
2022-12-18 20:45:47 +02:00
parent f3e6407227
commit 153aff4c28
+1 -1
View File
@@ -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.0.0/anisette_server-x86_64",
"https://github.com/Dadoum/Provision/releases/download/1.1.0/anisette_server-x86_64",
allow_redirects=True,
)
open(f"{(altlinuxpath)}/anisette_server", "wb").write(r.content)