Skip to content

Commit c04fb16

Browse files
authored
Merge pull request #550 from vvoland/rocky
Prepare for Rocky Linux
2 parents f381ee6 + 86f94af commit c04fb16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ do_install() {
508508
esac
509509
;;
510510

511-
centos|rhel)
511+
centos|rhel|rocky)
512512
if [ -z "$dist_version" ] && [ -r /etc/os-release ]; then
513513
dist_version="$(. /etc/os-release && echo "$VERSION_ID")"
514514
fi
@@ -626,7 +626,7 @@ do_install() {
626626
echo_docker_as_nonroot
627627
exit 0
628628
;;
629-
centos|fedora|rhel)
629+
centos|fedora|rhel|rocky)
630630
if [ "$(uname -m)" = "s390x" ]; then
631631
echo "Effective v27.5, please consult RHEL distro statement for s390x support."
632632
exit 1

0 commit comments

Comments
 (0)