浏览代码

Update vst-install.sh

Alexandros Ioannides 8 年之前
父节点
当前提交
7ad37eb7e2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      install/vst-install.sh

+ 2 - 2
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