Maintainer of Magisk Delta, just deleted the repo for older Magisk Delta, so I put it on my repo

This commit is contained in:
mistrmochov 2024-01-10 19:16:24 +01:00 committed by GitHub
parent d31988a829
commit 7cccf2b56d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")