Skip to content

Commit d932d39

Browse files
author
Pat
authored
install: support Rocky and Alma Linux (#5079)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent e7b0b2b commit d932d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ EOF
4343
yum -y install fluent-bit || yum -y install td-agent-bit
4444
SCRIPT
4545
;;
46-
centos|centoslinux|rhel|redhatenterpriselinuxserver|fedora)
46+
centos|centoslinux|rhel|redhatenterpriselinuxserver|fedora|rocky|almalinux)
4747
sudo sh <<'SCRIPT'
4848
rpm --import https://packages.fluentbit.io/fluentbit.key
4949
cat > /etc/yum.repos.d/fluent-bit.repo <<EOF

0 commit comments

Comments
 (0)