This commit is contained in:
YAWAsau
2021-11-06 15:01:14 +08:00
parent 09431669bd
commit 58584b4950
3 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ bin_path="$MODDIR/tools/bin"
txt="$MODDIR/應用列表.txt"
. "$bin_path/bin.sh"
echo "#不需要恢復還原的應用請在開頭注釋# 比如#xxxxxxxx 酷安">"$txt"
find "$MODDIR" -maxdepth 1 -type d | sort | sed 's/\[/ /g ; s/\]//g' | while read; do
find "$MODDIR" -maxdepth 1 -type d | sort | while read; do
if [[ -f $REPLY/app_details ]]; then
unset PackageName
. "$REPLY/app_details"