Skip to content

Commit

Permalink
Fix the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
badnng committed Nov 26, 2023
1 parent e748ce0 commit 45a5751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 开始.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CLS
echo. 安装Magisk,如安装失败,请确保是否给电脑授权usb安装或系统管家拦截(如MIUI,HyperOS)
adb install %Magisk_flies%/Magisk.apk
echo. 解压所需文件
tar -xzvf %Magisk_source%/magisk_lib.zip -C %Magisk_source% && REM 解压magisk-lib文件
7z -x %Magisk_source%/magisk_lib.zip -o%Magisk_source% && REM 解压magisk-lib文件
echo. 修补并提取boot
%payload%\payload-dumper-go.exe -p boot -o %boot_origin% %payload_file%
%adb-tools%\adb push .\source\Magisk_flies\Magisk\ /data/local/tmp && REM 推送脚本
Expand Down

0 comments on commit 45a5751

Please sign in to comment.