mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -07:00
Amazon Linux Support
This commit is contained in:
parent
1304a7312d
commit
4401d706a4
2 changed files with 1380 additions and 0 deletions
1379
install/vst-install-amazon.sh
Normal file
1379
install/vst-install-amazon.sh
Normal file
File diff suppressed because it is too large
Load diff
|
@ -41,6 +41,7 @@ fi
|
||||||
case $(head -n1 /etc/issue | cut -f 1 -d ' ') in
|
case $(head -n1 /etc/issue | cut -f 1 -d ' ') in
|
||||||
Debian) type="debian" ;;
|
Debian) type="debian" ;;
|
||||||
Ubuntu) type="ubuntu" ;;
|
Ubuntu) type="ubuntu" ;;
|
||||||
|
Amazon) type="amazon" ;;
|
||||||
*) type="rhel" ;;
|
*) type="rhel" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue