From e2a491b3617d95215ff679ae687ca1e697f5b3e3 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sat, 23 May 2020 14:25:59 +0200 Subject: [PATCH] Update vst-install-rhel.sh --- install/vst-install-rhel.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/vst-install-rhel.sh b/install/vst-install-rhel.sh index 4ea5154c8..6f691faa3 100755 --- a/install/vst-install-rhel.sh +++ b/install/vst-install-rhel.sh @@ -1,5 +1,9 @@ #!/bin/bash +echo "Sorry, CentOS is not supported." +echo "myVesta supports only Debian." +exit; + # Vesta RHEL/CentOS installer v.05 #----------------------------------------------------------#