This commit is contained in:
YAWAsau
2021-11-03 22:31:00 +08:00
parent 9aa5cfec7c
commit e4722db208
7 changed files with 72 additions and 347 deletions

View File

@@ -18,7 +18,7 @@ if [[ -d $(magisk --path 2>/dev/null) ]]; then
else
echo "Magisk busybox Path does not exist"
fi ; export PATH="$PATH"
backup_version="V11 2021/11/2-23:25"
backup_version="V11.1 2021/11/3-22:25"
#設置二進制命令目錄位置
[[ $bin_path = "" ]] && echo "未正確指定bin.sh位置" && exit 2
#bin_path="${bin_path/'/storage/emulated/'/'/data/media/'}"