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
ui change
no connection prompt, help menu overlay transition. Better readability installation script.
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
MODPATH=${0%/*}
|
||||
OUTPUT="$MODPATH/exclude-list"
|
||||
|
||||
if ! curl -s "https://modules.lsposed.org/modules.json" > /dev/null; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Fetch Xposed module package names
|
||||
curl -s "https://modules.lsposed.org/modules.json" | \
|
||||
grep -o '"name":"[^"]*","description":' | \
|
||||
|
||||
Reference in New Issue
Block a user