add an icon for amazon linux (#1706)

This commit is contained in:
Roman Perepelitsa 2022-01-06 12:37:06 +01:00
commit e1c52e08d4
3 changed files with 9 additions and 1 deletions

View file

@ -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
;;