ome / omero-install

OMERO installation scripts
https://www.openmicroscopy.org/omero
4 stars 24 forks source link

fix generation of doc for rocky9 #278

Closed jburel closed 10 months ago

jburel commented 10 months ago

Remove duplicate entry in the doc We currently have

yum -y install epel-release

yum -y install unzip wget bc

# install Java
dnf -y install java-11-openjdk

# install dependencies
dnf -y install python unzip bzip2 wget bc openssl

Now we should have

# install Java
dnf -y install java-11-openjdk

# install dependencies
dnf -y install python unzip bzip2 wget bc openssl