Amazon Linux Support

This commit is contained in:
Serghey Rodin 2018-05-31 15:56:34 +03:00
commit 4401d706a4
2 changed files with 1380 additions and 0 deletions

View file

@ -41,6 +41,7 @@ fi
case $(head -n1 /etc/issue | cut -f 1 -d ' ') in
Debian) type="debian" ;;
Ubuntu) type="ubuntu" ;;
Amazon) type="amazon" ;;
*) type="rhel" ;;
esac