Last active
July 15, 2025 12:32
-
-
Save mikepage/da92e18e85a96bda4f6a42d031abf205 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dnf remove patchman-client | |
dnf install imunify-patchman | |
imunify-antivirus patchman migrate | |
systemctl enable patchman-client | |
systemctl restart patchman-client | |
mkdir -p /etc/patchman/license | |
echo "KEY" > /etc/patchman/license/key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment