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 e6d8e49 commit 83266fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/step04_all_omero_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ $OMEROVER == "latest" ]; then
wget -q $SERVER -O OMERO.server-5.6.14rc1-ice36.zip
unzip -q OMERO.server*
#end-release-ice36
rm OMERO.server-ice36.zip
rm OMERO.server-5.6.14rc1-ice36.zip
fi

#start-link
Expand Down

0 comments on commit 83266fe

Please sign in to comment.