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

pull/143/head
mistrmochov 1 year ago committed by GitHub
parent d31988a829
commit 7cccf2b56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save