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
|
||||
|
||||
Reference in New Issue
Block a user