From 096a39399d36beacbbd889f01c93243eed8d66a9 Mon Sep 17 00:00:00 2001 From: vyvir <135277623+vyvir@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:14:38 +0300 Subject: [PATCH] Update anisette-server with current versions --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index d9d0c31..ef00911 100644 --- a/main.py +++ b/main.py @@ -286,13 +286,13 @@ class SplashScreen(Handy.Window): #Thanks, Dadoum for the anisette server! #or vyvir, do not forget to upload ur version of server. r = requests.get( - "https://github.com/Dadoum/Provision/releases/download/2.2.0/anisette-server-aarch64", + "https://github.com/vyvir/AltLinux/releases/download/v0.5.0/anisette-server-aarch64", allow_redirects=True ) #sorry i dont know what will arm32 output elif computer_cpu_platform.find('v7') != -1 or computer_cpu_platform.find('ARM') != -1 or computer_cpu_platform.find('hf') != -1: r = requests.get( - "https://github.com/Dadoum/Provision/releases/download/2.2.0/anisette-server-armv7", + "https://github.com/vyvir/AltLinux/releases/download/v0.5.0/anisette-server-armv7", allow_redirects=True ) else: