Skip to content

Commit

Permalink
Fix fluent-bit repository error for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Dec 9, 2024
1 parent 46e6ebb commit 68120f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install/OneClickInstall/install-RedHat/install-preq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ alternatives --install /usr/bin/java java "$JAVA_PATH" 100 && alternatives --set

#add repo, install fluent-bit
if [ ${INSTALL_FLUENT_BIT} == "true" ]; then
curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | bash
[ "$DIST" = "fedora" ] && rm -f /etc/yum.repos.d/fluent-bit.repo
[ "$DIST" != "fedora" ] && curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | bash || yum -y install fluent-bit
${package_manager} -y install opensearch-dashboards-${DASHBOARDS_VERSION} --enablerepo=opensearch-dashboards-2.x
fi

Expand Down

0 comments on commit 68120f1

Please sign in to comment.