From cd254e9f452cef89b31613203c9d152388d92837 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 8 Sep 2012 15:02:31 +0100 Subject: [PATCH] Fixed install script --- install-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-all.sh b/install-all.sh index 30b86e30..db908826 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-release ]; then + elif [ -f /etc/debian-version ]; then DIST=debian fi fi