Update Podkop to version v0.7.10

This commit is contained in:
CodeRoK7
2025-12-03 15:43:51 +00:00
parent b5ac0c0dd4
commit 588f538326
4 changed files with 4 additions and 4 deletions

View File

@@ -1272,7 +1272,7 @@ case $varByPass in
esac
PACKAGE="podkop"
REQUIRED_VERSION="v0.7.9-r1"
REQUIRED_VERSION="v0.7.10-r1"
INSTALLED_VERSION=$(opkg list-installed | grep "^$PACKAGE" | cut -d ' ' -f 3)
if [ -n "$INSTALLED_VERSION" ] && [ "$INSTALLED_VERSION" != "$REQUIRED_VERSION" ]; then
@@ -1298,9 +1298,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.9-r1-all.ipk
luci-app-podkop-v0.7.9-r1-all.ipk
luci-i18n-podkop-ru-0.7.9.ipk"
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"
for file in $podkop_files
do
echo "Download $file..."