mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 06:30:59 +00:00
Update ruablacklist URLs, fixed uninstall.sh (APK).
This commit is contained in:
@@ -10,9 +10,9 @@ LUCI_APP=1
|
||||
HTTPS_DNS_PROXY=1
|
||||
|
||||
OWRT_VERSION="25.12"
|
||||
RUAB_VERSION="2.1.11-r2"
|
||||
RUAB_MOD_LUA_VERSION="2.1.11-r1"
|
||||
RUAB_LUCI_APP_VERSION="2.1.11-r1"
|
||||
RUAB_VERSION="2.1.12-r1"
|
||||
RUAB_MOD_LUA_VERSION="2.1.12-r1"
|
||||
RUAB_LUCI_APP_VERSION="2.1.12-r1"
|
||||
BASE_URL="https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master"
|
||||
PKG_DIR="/tmp"
|
||||
|
||||
|
||||
@@ -89,6 +89,10 @@ RemoveCronTask() {
|
||||
fi
|
||||
}
|
||||
|
||||
UpdatePackagesList() {
|
||||
$APK_CMD update
|
||||
}
|
||||
|
||||
RemovePackages() {
|
||||
local _pkg
|
||||
for _pkg in $@
|
||||
@@ -167,6 +171,7 @@ AppStop
|
||||
BackupCurrentConfig
|
||||
DisableStartup
|
||||
RemoveCronTask
|
||||
UpdatePackagesList
|
||||
RemoveAppFiles
|
||||
|
||||
exit 0
|
||||
|
||||
@@ -10,9 +10,9 @@ LUCI_APP=1
|
||||
HTTPS_DNS_PROXY=1
|
||||
|
||||
OWRT_VERSION="24.10"
|
||||
RUAB_VERSION="2.1.11-r2"
|
||||
RUAB_MOD_LUA_VERSION="2.1.11-r1"
|
||||
RUAB_LUCI_APP_VERSION="2.1.11-r1"
|
||||
RUAB_VERSION="2.1.12-r1"
|
||||
RUAB_MOD_LUA_VERSION="2.1.12-r1"
|
||||
RUAB_LUCI_APP_VERSION="2.1.12-r1"
|
||||
BASE_URL="https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master"
|
||||
PKG_DIR="/tmp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user