mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2026-01-31 06:30:35 +03:00
Update packet Podkop to v0.7.11
This commit is contained in:
@@ -670,7 +670,7 @@ wdoc
|
||||
wdoc-singbox
|
||||
wdoc-warp
|
||||
wdoc-wg"
|
||||
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/wdoctrack"
|
||||
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop0711"
|
||||
|
||||
checkPackageAndInstall "luci-app-dns-failsafe-proxy" "1"
|
||||
checkPackageAndInstall "luci-i18n-stubby-ru" "1"
|
||||
@@ -1189,7 +1189,7 @@ service odhcpd restart
|
||||
|
||||
path_podkop_config="/etc/config/podkop"
|
||||
path_podkop_config_backup="/root/podkop"
|
||||
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/wdoctrack"
|
||||
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop0711"
|
||||
|
||||
messageComplete=""
|
||||
|
||||
@@ -1276,7 +1276,7 @@ case $varByPass in
|
||||
esac
|
||||
|
||||
PACKAGE="podkop"
|
||||
REQUIRED_VERSION="v0.7.10-r1"
|
||||
REQUIRED_VERSION="v0.7.11-r1"
|
||||
|
||||
INSTALLED_VERSION=$(opkg list-installed | grep "^$PACKAGE" | cut -d ' ' -f 3)
|
||||
if [ -n "$INSTALLED_VERSION" ] && [ "$INSTALLED_VERSION" != "$REQUIRED_VERSION" ]; then
|
||||
@@ -1302,9 +1302,9 @@ else
|
||||
if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then
|
||||
DOWNLOAD_DIR="/tmp/podkop"
|
||||
mkdir -p "$DOWNLOAD_DIR"
|
||||
podkop_files="podkop-v0.7.10-r1-all.ipk
|
||||
luci-app-podkop-v0.7.10-r1-all.ipk
|
||||
luci-i18n-podkop-ru-0.7.10.ipk"
|
||||
podkop_files="podkop-v0.7.11-r1-all.ipk
|
||||
luci-app-podkop-v0.7.11-r1-all.ipk
|
||||
luci-i18n-podkop-ru-0.7.11.ipk"
|
||||
for file in $podkop_files
|
||||
do
|
||||
echo "Download $file..."
|
||||
|
||||
Reference in New Issue
Block a user