Commit 8cfa4379 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play winbox: replace url (eterbug #17865)

parent 8e907061
...@@ -9,7 +9,7 @@ URL="https://mikrotik.com/download" ...@@ -9,7 +9,7 @@ URL="https://mikrotik.com/download"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
if [ "$VERSION" = "*" ] ; then if [ "$VERSION" = "*" ] ; then
PKGURL=$(eget --list https://mikrotik.com/download WinBox_Linux.zip) PKGURL=$(eget --list https://mikrotik.com/download/winbox "WinBox_Linux.zip")
else else
PKGURL="https://download.mikrotik.com/routeros/winbox/$VERSION/WinBox_Linux.zip" PKGURL="https://download.mikrotik.com/routeros/winbox/$VERSION/WinBox_Linux.zip"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment