mirror of
https://github.com/ayasa520/redroid-script.git
synced 2026-02-24 16:35:08 +08:00
Update Magisk
This commit is contained in:
@@ -7,9 +7,9 @@ from tools.helper import bcolors, download_file, host, print_color, run, get_dow
|
||||
|
||||
class Magisk(General):
|
||||
download_loc = get_download_dir()
|
||||
dl_link = "https://github.com/ayasa520/Magisk/releases/download/canary-30403/app-debug.apk"
|
||||
dl_link = "https://github.com/ayasa520/Magisk/releases/download/v30.6/app-debug.apk"
|
||||
dl_file_name = os.path.join(download_loc, "magisk.apk")
|
||||
act_md5 = "3b6f1497ac3be2669724abf902810f5c"
|
||||
act_md5 = "77ef9f3538c0767ea45ee5c946f84bc6"
|
||||
extract_to = "/tmp/magisk_unpack"
|
||||
copy_dir = "./magisk"
|
||||
magisk_dir = os.path.join(copy_dir, "system", "etc", "init", "magisk")
|
||||
|
||||
Reference in New Issue
Block a user