forked from Shinonome/althea
adhere to normal versioning
This commit is contained in:
@@ -276,7 +276,7 @@ class SplashScreen(Handy.Window):
|
|||||||
if not os.path.isfile(f"{(altlinuxpath)}/anisette-server"):
|
if not os.path.isfile(f"{(altlinuxpath)}/anisette-server"):
|
||||||
self.lbl1.set_text("Downloading anisette-server...")
|
self.lbl1.set_text("Downloading anisette-server...")
|
||||||
r = requests.get(
|
r = requests.get(
|
||||||
"https://github.com/vyvir/AltLinux/releases/download/0.5.0/anisette-server-x86_64",
|
"https://github.com/vyvir/AltLinux/releases/download/v0.5.0/anisette-server-x86_64",
|
||||||
allow_redirects=True,
|
allow_redirects=True,
|
||||||
)
|
)
|
||||||
open(f"{(altlinuxpath)}/anisette-server", "wb").write(r.content)
|
open(f"{(altlinuxpath)}/anisette-server", "wb").write(r.content)
|
||||||
|
|||||||
Reference in New Issue
Block a user