Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
090b79ca
Commit
090b79ca
authored
Jun 17, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play netbeans: fix install latest version (ALT bug 46505)
parent
4ff88c2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
netbeans.sh
play.d/netbeans.sh
+8
-4
No files found.
play.d/netbeans.sh
View file @
090b79ca
...
...
@@ -3,18 +3,22 @@
PKGNAME
=
apache-netbeans
#SUPPORTEDARCHES="x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Apache NetBeans
17
from the official site"
DESCRIPTION
=
"Apache NetBeans from the official site"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
VERSION
=
"
$(
epm tool eget
--list
https://dlcdn.apache.org/netbeans/netbeans-installers/
*
|
tail
-n1
| xargs
basename
)
"
fi
pkgtype
=
$(
epm print info
-p
)
case
$pkgtype
in
rpm
)
mask
=
"apache-netbeans-
$VERSION
.noarch.rpm"
mask
=
"apache-netbeans-
$VERSION
-*
.noarch.rpm"
;;
*
)
mask
=
"apache-netbeans_
${
VERSION
}
_all.deb"
mask
=
"apache-netbeans_
${
VERSION
}
-*
_all.deb"
;;
esac
epm
install
"https://dlcdn.apache.org/netbeans/netbeans-installers/
17
/
$mask
"
epm
install
"https://dlcdn.apache.org/netbeans/netbeans-installers/
$VERSION
/
$mask
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment