From 7cccf2b56d069a37163d07f365ea516ca2ac6670 Mon Sep 17 00:00:00 2001 From: mistrmochov <142264185+mistrmochov@users.noreply.github.com> Date: Wed, 10 Jan 2024 19:16:24 +0100 Subject: [PATCH] Maintainer of Magisk Delta, just deleted the repo for older Magisk Delta, so I put it on my repo --- stuff/magisk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stuff/magisk.py b/stuff/magisk.py index 7e2ec1c..86f8084 100644 --- a/stuff/magisk.py +++ b/stuff/magisk.py @@ -10,7 +10,7 @@ from tools import container class Magisk(General): id = "magisk delta" partition = "system" - dl_link = "https://github.com/HuskyDG/magisk-files-old/raw/main/app-release.apk" + dl_link = "https://github.com/mistrmochov/magiskdeltaorig/raw/main/app-release.apk" dl_file_name = "magisk.apk" extract_to = "/tmp/magisk_unpack" magisk_dir = os.path.join(partition, "etc", "init", "magisk")