From 0ae212e55487a48bf87d92e6cfba5a483fa9ee85 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 21 Oct 2013 14:29:57 +0300 Subject: [PATCH] Improved OS detection --- install/vst-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install.sh b/install/vst-install.sh index 7123f759b..4db530e86 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -34,7 +34,7 @@ if [ -e '/etc/redhat-release' ]; then type="rhel" fi -if [ -e '/etc/lsb-release' ]; then +if [ -e '/etc/lsb-release' ] && [ -e '/etc/debian_version' ]; then type="ubuntu" fi