Skip to content

Commit

Permalink
Add support for RHEL 8 and derivatives
Browse files Browse the repository at this point in the history
Just make install.sh consider them as supported
  • Loading branch information
stormi committed Sep 25, 2020
1 parent ab24ca9 commit 5476c08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mk/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ select_pkgs_rhel()
rhel7|centos7|oracle7|scientific7|neokylin7)
# No additional kernel package
;;
rhel8|centos8|oracle8|scientific8|neokylin8)
# No additional kernel package
;;
rhel3|fedora*)
# Not officially supported therefore no additional packages required.
;;
Expand Down

0 comments on commit 5476c08

Please sign in to comment.