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 0f94e27 commit 9f0a480
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 9f0a480

Please sign in to comment.