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
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ do_install() {
esac
;;

centos|rhel)
centos|rhel|rocky)
if [ -z "$dist_version" ] && [ -r /etc/os-release ]; then
dist_version="$(. /etc/os-release && echo "$VERSION_ID")"
fi
Expand Down Expand Up @@ -626,7 +626,7 @@ do_install() {
echo_docker_as_nonroot
exit 0
;;
centos|fedora|rhel)
centos|fedora|rhel|rocky)
if [ "$(uname -m)" = "s390x" ]; then
echo "Effective v27.5, please consult RHEL distro statement for s390x support."
exit 1
Expand Down
Loading