Upgrade version Podkop for install

This commit is contained in:
CodeRoK7
2025-08-26 06:49:18 +00:00
parent 7fa5aa9717
commit 6d4e532dd6
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1062,9 +1062,9 @@ else
if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then
DOWNLOAD_DIR="/tmp/podkop" DOWNLOAD_DIR="/tmp/podkop"
mkdir -p "$DOWNLOAD_DIR" mkdir -p "$DOWNLOAD_DIR"
podkop_files="podkop_0.4.6-r1_all.ipk podkop_files="podkop_0.4.7-r1_all.ipk
luci-app-podkop_0.4.6-r1_all.ipk luci-app-podkop_0.4.7-r1_all.ipk
luci-i18n-podkop-ru_0.4.6.ipk" luci-i18n-podkop-ru_0.4.7.ipk"
for file in $podkop_files for file in $podkop_files
do do
echo "Download $file..." echo "Download $file..."