mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Amazon Linux Support
This commit is contained in:
parent
1304a7312d
commit
4401d706a4
2 changed files with 1380 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue