diff --git a/install/vst-install.sh b/install/vst-install.sh index 7123f759..4db530e8 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