From 7ad37eb7e218c2563175eb15fc1d3ea698c9e88c Mon Sep 17 00:00:00 2001 From: Alexandros Ioannides Date: Thu, 28 Dec 2017 16:26:01 +0200 Subject: [PATCH] Update vst-install.sh --- install/vst-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/vst-install.sh b/install/vst-install.sh index 026393f70..5589db791 100755 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -8,7 +8,7 @@ # RHEL 5, 6, 7 # CentOS 5, 6, 7 # Debian 7, 8 -# Ubuntu 12.04 - 16.04 +# Ubuntu 12.04 - 16.10 # # Am I root? @@ -21,7 +21,7 @@ fi if [ ! -z "$(grep ^admin: /etc/passwd)" ] && [ -z "$1" ]; then echo "Error: user admin exists" echo - echo 'Please remove admin user account before proceeding.' + echo 'Please remove admin user before proceeding.' echo 'If you want to do it automatically run installer with -f option:' echo "Example: bash $0 --force" exit 1