Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 20, 2024
1 parent 7637ae6 commit e6d8e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/step04_all_omero_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ set -eux
if [ $OMEROVER == "latest" ]; then
#start-release-ice36
cd /opt/omero/server
SERVER=https://github.com/jburel/openmicroscopy/releases/download/v5.6.14rc1/openmicroscopy-5.6.14rc1-ice36.zip
wget -q $SERVER -O OMERO.server-ice36.zip
SERVER=https://github.com/jburel/openmicroscopy/releases/download/v5.6.14rc1/OMERO.server-5.6.14rc1-ice36.zip
wget -q $SERVER -O OMERO.server-5.6.14rc1-ice36.zip
unzip -q OMERO.server*
#end-release-ice36
rm OMERO.server-ice36.zip
Expand Down

0 comments on commit e6d8e49

Please sign in to comment.