We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955f3e7 commit 17d0fb1Copy full SHA for 17d0fb1
install/vst-install.sh
@@ -9,6 +9,7 @@
9
# CentOS 5, 6, 7
10
# Debian 7, 8
11
# Ubuntu 12.04 - 18.04
12
+# Amazon Linux 2017
13
#
14
15
# Am I root?
@@ -45,11 +46,6 @@ case $(head -n1 /etc/issue | cut -f 1 -d ' ') in
45
46
*) type="rhel" ;;
47
esac
48
-# Fallback to Ubuntu
49
-if [ ! -e "/etc/redhat-release" ]; then
50
- type='ubuntu'
51
-fi
52
-
53
# Check wget
54
if [ -e '/usr/bin/wget' ]; then
55
wget http://vestacp.com/pub/vst-install-$type.sh -O vst-install-$type.sh
0 commit comments