Skip to content

Commit 403ac39

Browse files
committed
clarify that only the rhel server is missing packages
1 parent 2253cec commit 403ac39

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

INSTALL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ patchman-manage createsuperuser
3434

3535
### Rocky 10
3636

37-
Currently broken due to missing upstream packages: https://github.com/furlongm/patchman/issues/669
37+
Server installation is currently broken due to missing upstream packages: https://github.com/furlongm/patchman/issues/669
38+
Client installation should work as expected.
3839

3940
This also applies to Alma, RHEL, etc.
4041

@@ -50,7 +51,8 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openbytes
5051
EOF
5152
dnf -y install epel-release
5253
dnf makecache
53-
dnf -y install patchman patchman-client
54+
dnf -y install patchman-client
55+
#dnf -y install patchman
5456
systemctl restart httpd
5557
patchman-manage createsuperuser
5658
```

0 commit comments

Comments
 (0)