mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-31 21:58:47 +03:00
Fix install Podkop v0.6.2
This commit is contained in:
@@ -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.5.6-r1_all.ipk
|
||||
luci-app-podkop_v0.5.6-r1_all.ipk
|
||||
luci-i18n-podkop-ru_0.5.6.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..."
|
||||
|
||||
Reference in New Issue
Block a user