mirror of
https://github.com/vyvir/althea.git
synced 2026-06-05 14:59:30 -05:00
Update main.py
update provision to 2.1.0
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user