We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2253cec commit 403ac39Copy full SHA for 403ac39
1 file changed
INSTALL.md
@@ -34,7 +34,8 @@ patchman-manage createsuperuser
34
35
### Rocky 10
36
37
-Currently broken due to missing upstream packages: https://github.com/furlongm/patchman/issues/669
+Server installation is currently broken due to missing upstream packages: https://github.com/furlongm/patchman/issues/669
38
+Client installation should work as expected.
39
40
This also applies to Alma, RHEL, etc.
41
@@ -50,7 +51,8 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openbytes
50
51
EOF
52
dnf -y install epel-release
53
dnf makecache
-dnf -y install patchman patchman-client
54
+dnf -y install patchman-client
55
+#dnf -y install patchman
56
systemctl restart httpd
57
patchman-manage createsuperuser
58
```
0 commit comments