Add RHEL to the OS Icon lists (#1581)

* Add RHEL to the OS Icon lists
This commit is contained in:
Charles Timko 2021-09-22 13:49:39 -04:00 committed by GitHub
commit 0ce9df66d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View file

@ -1103,6 +1103,7 @@ function os_icon_name() {
*manjaro*) echo LINUX_MANJARO_ICON;;
*void*) echo LINUX_VOID_ICON;;
*artix*) echo LINUX_ARTIX_ICON;;
*rhel*) echo LINUX_RHEL_ICON;;
*) echo LINUX_ICON;;
esac
;;