From f843526bf6c98867e99d2e27185e85505536e69e Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Wed, 15 Oct 2025 07:07:10 +0000 Subject: [PATCH] Fix install Podkop v0.6.2 --- universal_config_new_podkop.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/universal_config_new_podkop.sh b/universal_config_new_podkop.sh index f62a05a..166b104 100644 --- a/universal_config_new_podkop.sh +++ b/universal_config_new_podkop.sh @@ -1277,9 +1277,9 @@ else if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then DOWNLOAD_DIR="/tmp/podkop" mkdir -p "$DOWNLOAD_DIR" - podkop_files="podkop_v0.6.2-r1_all.ipk - luci-app-podkop_v0.6.2-r1_all.ipk - luci-i18n-podkop-ru_0.6.2.ipk" + podkop_files="podkop-v0.6.2-r1-all.ipk + luci-app-podkop-v0.6.2-r1-all.ipk + luci-i18n-podkop-ru-0.6.2.ipk" for file in $podkop_files do echo "Download $file..."