Commit c5676299 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add netbeans

parent 9ee6c97d
#!/bin/sh
PKGNAME=apache-netbeans
#SUPPORTEDARCHES="x86_64"
DESCRIPTION="Apache NetBeans 17 from the official site"
. $(dirname $0)/common.sh
pkgtype=$(epm print info -p)
case $pkgtype in
rpm)
mask="apache-netbeans-*.noarch.rpm"
;;
*)
mask="apache-netbeans_*_all.deb"
;;
esac
epm install "https://dlcdn.apache.org/netbeans/netbeans-installers/17/$mask"
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