Commit 8ed219bf authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play netbeans: change download url to support any released version, not latest only

parent 090b79ca
......@@ -21,4 +21,6 @@ case $pkgtype in
;;
esac
epm install "https://dlcdn.apache.org/netbeans/netbeans-installers/$VERSION/$mask"
# epm install "https://dlcdn.apache.org/netbeans/netbeans-installers/$VERSION/$mask"
PKGURL="https://archive.apache.org/dist/netbeans/netbeans-installers/$VERSION/$mask"
epm install "$PKGURL"
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