From 22bdb3986ad9e664b0b6667830a387227a875d7c Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Fri, 13 Dec 2024 03:44:35 +0800 Subject: [PATCH] lite --- lite-script_only/README.md | 12 +++++++----- lite-script_only/UpdateTargetList.sh | 3 +-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lite-script_only/README.md b/lite-script_only/README.md index 6bbd1a9..2663bf3 100644 --- a/lite-script_only/README.md +++ b/lite-script_only/README.md @@ -4,7 +4,10 @@ - Recommend to run with MT manager ## Changelog -### v2.1~2.8 +### v2.8 +- Remove wait time + +### v2.1~2.7.1 - Remain same with v2.0 ### v2.0 @@ -31,7 +34,6 @@ - Synched some code with module script ## Link -[Telegram channel](https://t.me/kowchannel) - -[GitHub Release](https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/latest) - +[![release](https://custom-icon-badges.demolab.com/badge/-Download-F25278?style=for-the-badge&logo=download&logoColor=white)](https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases) +[![issue](https://custom-icon-badges.demolab.com/badge/-Open%20Issue-palegreen?style=for-the-badge&logoColor=black&logo=issue-opened)](https://github.com/KOWX712/Tricky-Addon-Update-Target-List/issues) +[![Telegram](https://custom-icon-badges.demolab.com/badge/-KOW's%20little%20world-blue?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/kowchannel) diff --git a/lite-script_only/UpdateTargetList.sh b/lite-script_only/UpdateTargetList.sh index c0ee98b..ee58d37 100644 --- a/lite-script_only/UpdateTargetList.sh +++ b/lite-script_only/UpdateTargetList.sh @@ -8,7 +8,7 @@ ################################################### # Configurable exclude and addition list -# DO NOT remove default package names here +# Don't remove default package names here ################################################### EXCLUDE=" @@ -39,7 +39,6 @@ ADDITION=$(echo "$ADDITION" | tr '\n' ' ' | sed 's/^ //;s/ $//') # Add all non-system apps to the target file and remove exclusions su -c pm list packages -3 &1 | cat | awk -F: '{print $2}' | grep -Ev "$EXCLUDE" > /data/adb/tricky_store/target.txt -sleep 1 # Add additional apps to the target file if they are not already present for app in $ADDITION; do