mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2026-04-28 03:29:44 +00:00
Fix install Podkop v0.6.2
This commit is contained in:
parent
1e33f885b4
commit
f843526bf6
1 changed files with 3 additions and 3 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue