From 6fcc1dcdb84503f55126e2f3b334965950fd6d4b Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sat, 23 May 2020 14:23:48 +0200 Subject: [PATCH] Message in installer that only Debian is supported --- install/vst-install.sh | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/install/vst-install.sh b/install/vst-install.sh index b2dd163b0..9b3de74fb 100755 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -1,15 +1,10 @@ #!/bin/bash -# Vesta installation wrapper -# http://vestacp.com +# myVesta installation wrapper +# http://myvestacp.com # # Currently Supported Operating Systems: -# -# RHEL 5, 6, 7 -# CentOS 5, 6, 7 -# Debian 7, 8 -# Ubuntu 12.04 - 18.04 -# Amazon Linux 2017 +# Debian 8, 9, 10 # # Am I root?