Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion bin/getepel
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,11 @@ if is_command dnf; then
# xinstall --allowerasing https://dl.fedoraproject.org/pub/epel/epel-release-latest-${EPEL}.noarch.rpm
fi

install_raven
# install_raven comments:
# The URL https://pkgs.dyn.su/el${EPEL}/base/x86_64/raven-release.el${EPEL}.noarch.rpm is no longer available.
# We may need to find an alternative source. However, for the context of JSONHDT, it is not needed.
# Therefore, it has been commented out
# install_raven
install_remi
# install_centos_stream_repos

Expand Down