This commit is contained in:
YAWAsau
2021-11-20 16:57:48 +08:00
parent e5bdfe37ab
commit ae68ee1224
3 changed files with 3 additions and 4 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.5"
backup_version="V11.6"
#設置二進制命令目錄位置
[[ $bin_path = "" ]] && echo "未正確指定bin.sh位置" && exit 2
#bin_path="${bin_path/'/storage/emulated/'/'/data/media/'}"

View File

@@ -1 +0,0 @@
V11.4