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 19:49:39 +02:00
committed by GitHub
parent 7a72acf563
commit 0ce9df66d2
3 changed files with 8 additions and 0 deletions
+1
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
;;