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 e7b0b2b commit d932d39Copy full SHA for d932d39
install.sh
@@ -43,7 +43,7 @@ EOF
43
yum -y install fluent-bit || yum -y install td-agent-bit
44
SCRIPT
45
;;
46
- centos|centoslinux|rhel|redhatenterpriselinuxserver|fedora)
+ centos|centoslinux|rhel|redhatenterpriselinuxserver|fedora|rocky|almalinux)
47
sudo sh <<'SCRIPT'
48
rpm --import https://packages.fluentbit.io/fluentbit.key
49
cat > /etc/yum.repos.d/fluent-bit.repo <<EOF
0 commit comments