Maintainer of Magisk Delta, just deleted the repo for older Magisk Delta, so I put it on my repo
This commit is contained in:
parent
d31988a829
commit
7cccf2b56d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue