Created
May 26, 2026 04:18
-
-
Save ilhamarrouf/bdc7611dde28ef99ac3abd2b34364b93 to your computer and use it in GitHub Desktop.
Rsyslog Old CentOS
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
| #!/bin/bash | |
| curl -Ls https://rpms.adiscon.com/v8-stable/rsyslog.repo -o /etc/yum.repos.d/rsyslog.repo | |
| yum clean all | |
| yum makecache | |
| yum install rsyslog rsyslog-omhttp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment