Skip to content

Commit

Permalink
Change location where to download the file from
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 4, 2024
1 parent 301c6ea commit bd3baf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion linux/step04_all_omero_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ set -eux

#start-install
if [ $OMEROVER == "latest" ]; then
# version number and ice version to be dropped
#start-release-ice36
cd /opt/omero/server
SERVER=https://downloads.openmicroscopy.org/omero/5.6/server-ice36.zip
SERVER=https://github.com/ome/openmicroscopy/releases/latest/download/OMERO.server-5.6.13-ice36.zip

wget -q $SERVER -O OMERO.server-ice36.zip
unzip -q OMERO.server*
#end-release-ice36
Expand Down

0 comments on commit bd3baf3

Please sign in to comment.