@@ -5008,6 +5008,32 @@ asciiText () {
5008
5008
" ${c1} - %s" )
5009
5009
;;
5010
5010
5011
+ " Amazon Linux" )
5012
+ if [[ " $no_color " != " 1" ]]; then
5013
+ c1=$( getColor ' light orange' ) # Orange
5014
+ fi
5015
+ if [ -n " ${my_lcolor} " ]; then c1=" ${my_lcolor} " ; fi
5016
+ startline=" 0"
5017
+ logowidth=" 40"
5018
+ fulloutput=(
5019
+ " ${c1} .,:cc:,. %s"
5020
+ " ${c1} .:okXWMMMMMMWXko:. %s"
5021
+ " ${c1} .:kNMMMMMMMMMMMMMMMMMMNkc. %s"
5022
+ " ${c1} cc,. \` ':ox0XWWXOxo:'\` .,c; %s"
5023
+ " ${c1} KMMMMXOdc,. '' .,cdOXWMMMO %s"
5024
+ " ${c1} KMMMMMMMMMMWXO. .OXWMMMMMMMMMMO %s"
5025
+ " ${c1} KMMMMMMMMMMMMM, ,MMMMMMMMMMMMMO %s"
5026
+ " ${c1} KMMMMMMMMMMMMM, ,MMMMMMMMMMMMMO %s"
5027
+ " ${c1} KMMMMMMMMMMMMM, ,MMMMMMMMMMMMMO %s"
5028
+ " ${c1} KMMMMMMMMMMMMM, ,MMMMMMMMMMMMMO %s"
5029
+ " ${c1} KMMMMMMMMMMMMM, ,MMMMMMMMMMMMMO %s"
5030
+ " ${c1} KMMMMMMMMMMMMM, ,MMMMMMMMMMMMMk %s"
5031
+ " ${c1} KMMMMMMMMMMMMM, ,MMMMMMMMMMMMMd %s"
5032
+ " ${c1} \` :lx0WMMMMMMMM, ,MMMMMMMMW0xl:\` %s"
5033
+ " ${c1} \` 'lx0NMM, ,MMN0xc'\` %s"
5034
+ " ${c1} \` '' ''\` %s" )
5035
+ ;;
5036
+
5011
5037
* )
5012
5038
if [ " $( echo " ${kernel} " | grep ' Linux' ) " ]; then
5013
5039
if [[ " $no_color " != " 1" ]]; then
@@ -5238,7 +5264,7 @@ infoDisplay () {
5238
5264
" CrunchBang" |" Viperr" |" elementary" * ) labelcolor=$( getColor ' dark grey' ) ;;
5239
5265
" Gentoo" |" Parabola GNU/Linux-libre" |" Funtoo" |" Funtoo-text" |" BLAG" |" SteamOS" |" Devuan" ) labelcolor=$( getColor ' light purple' ) ;;
5240
5266
" Haiku" ) labelcolor=$( getColor ' green' ) ;;
5241
- " NetBSD" ) labelcolor=$( getColor ' orange' ) ;;
5267
+ " NetBSD" | " Amazon Linux " ) labelcolor=$( getColor ' orange' ) ;;
5242
5268
" CentOS" |* ) labelcolor=$( getColor ' yellow' ) ;;
5243
5269
esac
5244
5270
[[ " $my_lcolor " ]] && labelcolor=" ${my_lcolor} "
0 commit comments