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