remove curl binary

use busybox wget binary instead of curl binary to fetch exclude-list
This commit is contained in:
KOWX712
2024-11-14 21:44:31 +08:00
parent e9346303ac
commit bcfb8c12ad
7 changed files with 33 additions and 15 deletions

View File

@@ -18,8 +18,8 @@ COMPATH="$MODPATH/common"
TS="/data/adb/modules/tricky_store"
SCRIPT_DIR="/data/adb/tricky_store"
CONFIG_DIR="$SCRIPT_DIR/target_list_config"
MODNAME=$(grep '^id=' "$MODPATH/module.prop" | awk -F= '{print $2}' | xargs)
ORG_DIR="/data/adb/modules/$MODNAME"
MODID=`grep_prop id $TMPDIR/module.prop`
ORG_DIR="/data/adb/modules/$MODID"
kb="$COMPATH/.default"
if [ ! -d "$TS" ]; then