Skip to content

Commit

Permalink
fix enable EPEL insturctions for RHEL 9
Browse files Browse the repository at this point in the history
  • Loading branch information
tiroessler committed Sep 2, 2024
1 parent 920694c commit 3543ff7
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,12 @@ sudo wget -O /etc/yum.repos.d/openproject.repo \
If it is not already enabled, make sure to enable [Extra Packages for Enterprise Linux](https://fedoraproject.org/wiki/EPEL) (EPEL).

```shell
sudo dnf install -y epel-release
sudo subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm

# if using CentOS 9:
# sudo dnf config-manager --set-enabled crb
# sudo dnf install https://dl.fedoraproject.org/pub/epel/epel{,-next}-release-latest-9.noarch.rpm
```

Download the OpenProject package:
Expand Down

0 comments on commit 3543ff7

Please sign in to comment.