Skip to content

Commit 0ae212e

Browse files
committed
Improved OS detection
1 parent 1ac8cc2 commit 0ae212e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [ -e '/etc/redhat-release' ]; then
3434
type="rhel"
3535
fi
3636

37-
if [ -e '/etc/lsb-release' ]; then
37+
if [ -e '/etc/lsb-release' ] && [ -e '/etc/debian_version' ]; then
3838
type="ubuntu"
3939
fi
4040

0 commit comments

Comments
 (0)