From 04605a5f6a29a228cd5c4c00b209bf9ea332dfd0 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 8 Sep 2012 15:07:03 +0100 Subject: [PATCH] Fixed debian version string --- install-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-all.sh b/install-all.sh index db908826..fd78abfd 100755 --- a/install-all.sh +++ b/install-all.sh @@ -89,7 +89,7 @@ DIST=unknown if [ "${OS}" = "Linux" ]; then if [ -f /etc/fedora-release ]; then DIST=fedora - elif [ -f /etc/debian-version ]; then + elif [ -f /etc/debian_version ]; then DIST=debian fi fi