From 1aa672e88644934a146827d0c625ef52a1fd09d8 Mon Sep 17 00:00:00 2001 From: Binay Devkota Date: Fri, 3 Oct 2014 12:14:35 +0700 Subject: [PATCH] added one more condition, support for Debian 7.6 --- install/beta/Debian-7/10_1_1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/beta/Debian-7/10_1_1.sh b/install/beta/Debian-7/10_1_1.sh index e554e37..ad69990 100644 --- a/install/beta/Debian-7/10_1_1.sh +++ b/install/beta/Debian-7/10_1_1.sh @@ -47,7 +47,7 @@ OS=$(uname -s) VER=$(uname -r) fi echo "Detected : $OS $VER $BITS" -if [ "$OS" = "Debian" ] && [ "$VER" = "7" ] || [ "$VER" = "7.0" ] || [ "$VER" = "7.1" ] || [ "$VER" = "7.2" ] || [ "$VER" = "7.3" ] || [ "$VER" = "7.4" ] || [ "$VER" = "7.5" ] ; then +if [ "$OS" = "Debian" ] && [ "$VER" = "7" ] || [ "$VER" = "7.0" ] || [ "$VER" = "7.1" ] || [ "$VER" = "7.2" ] || [ "$VER" = "7.3" ] || [ "$VER" = "7.4" ] || [ "$VER" = "7.5" ] || [ "$VER" = "7.6" ] ; then echo "Ok." else echo "Sorry, this installer only supports the installation of ZPanel on Debian 7."