diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-01-06 14:37:06 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-01-06 14:37:20 +0300 |
commit | e1c52e08d43652a513379f7bac7c57664c895d43 (patch) | |
tree | 3ef5e58992dec8be146aeb79ee88bc0cb0b094b9 /internal/wizard.zsh | |
parent | fba50d967184c6b5be15a94c0c960b7f0811585b (diff) |
add an icon for amazon linux (#1706)
Diffstat (limited to 'internal/wizard.zsh')
-rw-r--r-- | internal/wizard.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh index 0b81417a..62564486 100644 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -1093,6 +1093,7 @@ function os_icon_name() { *void*) echo LINUX_VOID_ICON;; *artix*) echo LINUX_ARTIX_ICON;; *rhel*) echo LINUX_RHEL_ICON;; + amzn) echo LINUX_AMZN_ICON;; *) echo LINUX_ICON;; esac ;; |