FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pom-scijava/.github/setup.sh at pom-scijava-38.0.0 · scijava/pom-scijava · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
scijava
/
pom-scijava
Public
Notifications
You must be signed in to change notification settings
Fork
35
Star
28
Code
Issues
8
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
pom-scijava
/
.github
/
setup.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
11 lines (10 loc) · 524 Bytes
Breadcrumbs
pom-scijava
/
.github
/
setup.sh
Copy path
File metadata and controls
executable file
·
11 lines (10 loc) · 524 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
#!
/bin/sh
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-setup-github-actions.sh
sh ci-setup-github-actions.sh
#
Install needed packages.
pkgs=
"
libxml2-utils
"
#
needed for melting pot
pkgs=
"
$pkgs
libxcb-shape0
"
#
org.janelia:H5J_Loader_Plugin (fiji/H5J_Loader_Plugin@d026a1bb)
pkgs=
"
$pkgs
libgtk2.0-0
"
#
net.imagej:imagej-opencv (imagej/imagej-opencv@21113e08)
pkgs=
"
$pkgs
libblosc1
"
#
org.janelia.saalfeldlab:n5-blosc
sudo apt-get update
sudo apt-get -y install
$(
echo
"
$pkgs
"
)
Back
|
FazBrowse Home
|
New Git URL