fix(os): add 'almalinux' to the icon map

This commit is contained in:
BPplays 2023-10-16 07:32:04 -07:00 committed by Jan De Dobbeleer
parent 3ed0a62ec0
commit dadbb28822

View file

@ -51,6 +51,7 @@ func (oi *Os) Enabled() bool {
func (oi *Os) getDistroIcon(distro string) string {
iconMap := map[string]string{
"alma": "\uF31D",
"almalinux": "\uF31D",
"almalinux9": "\uF31D",
"alpine": "\uF300",
"aosc": "\uF301",