Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix generation of doc for rocky9 #278

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Conversation

jburel
Copy link
Member

@jburel jburel commented Nov 8, 2023

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

Copy link
Member

@dominikl dominikl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks. Makes sense!

@jburel jburel merged commit d1930ff into ome:develop Nov 14, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants