OS: Added support for Amazon Linux AMI

This commit is contained in:
Dylan Araps
2017-07-21 20:53:24 +10:00
parent 92b68e506e
commit 46c195c60f
2 changed files with 24 additions and 0 deletions

View File

@@ -2893,6 +2893,11 @@ get_distro_colors() {
ascii_file="alpine"
;;
"Amazon"*)
set_colors 3 7
ascii_file="amazon"
;;
"Android"*)
set_colors 2 7
ascii_file="android"