fix(os): support alma linux 9

resolves #4065
This commit is contained in:
Jan De Dobbeleer 2023-07-19 08:21:00 +02:00 committed by Jan De Dobbeleer
parent 1f283051d2
commit d4d6710fab

View file

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