Update Magisk (#56)

This commit is contained in:
ayasa520
2025-12-04 09:46:31 +08:00
committed by GitHub
parent 97acfaec0a
commit bfb07a1405

View File

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