You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
v2.3
This commit is contained in:
@@ -13,7 +13,6 @@ awk -F'|' '{print $1}' | \
|
||||
grep -v "isolated" | \
|
||||
sort | uniq > "$OUTPUT"
|
||||
|
||||
# Check if the output file is successfully created
|
||||
if [ ! -s "$OUTPUT" ]; then
|
||||
echo "Failed to retrieve Magisk denylist or no packages found." > "$OUTPUT"
|
||||
exit 1
|
||||
|
||||
@@ -18,7 +18,6 @@ wget --no-check-certificate -q -O - "https://raw.githubusercontent.com/KOWX712/T
|
||||
grep -o '"package-name": *"[^"]*"' | \
|
||||
awk -F'"' '{print $4}' >> "$OUTPUT"
|
||||
|
||||
# Check if the output directory is empty
|
||||
if [ ! -s "$OUTPUT" ]; then
|
||||
echo "Error: Failed to fetch data." > "$OUTPUT"
|
||||
exit 1
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
id=TA_utl
|
||||
name=Tricky Addon - Update Target List
|
||||
version=v2.2
|
||||
versionCode=220
|
||||
version=v2.3
|
||||
versionCode=230
|
||||
author=KOWX712
|
||||
description=Update tricky store target.txt. Custom config: ADDITION and EXCLUDE in /data/adb/tricky_store/target_list_config
|
||||
description=A WebUI to conifgure tricky store target.txt
|
||||
updateJson=https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/master/update.json
|
||||
|
||||
Reference in New Issue
Block a user