From 2063c22a035011777d1077065b3c4201501334a8 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Thu, 14 May 2015 16:08:32 +0530 Subject: [PATCH] removed debian 8 support --- CHANGELOG.txt | 1 - README.md | 2 +- install | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 283cc2e0..1e10cda9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,4 @@ v 3.1.5 - May 14, 2015 -- Added Debian 8 (jessie) support. see #524 - Fixed Debain 7 stack issues. see #538 #539 #540 #435 - Updated MySQLTuner see #484 - Minor fixes and improvements. diff --git a/README.md b/README.md index 1e8438b8..9ebf32b6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ EasyEngine (ee) is a python tool, which makes it easy to manage your wordpress s **EasyEngine currently supports:** - Ubuntu 12.04 & 14.04 -- Debian 7 & 8 +- Debian 7 ## Quick Start diff --git a/install b/install index 362d1525..ac0a3425 100644 --- a/install +++ b/install @@ -63,7 +63,7 @@ if [ "$ee_linux_distro" != "Ubuntu" ] && [ "$ee_linux_distro" != "Debian" ]; the fi # EasyEngine (ee) only support all Ubuntu/Debian distro except the distro reached EOL -lsb_release -d | egrep -e "12.04|14.04|wheezy|jessie" &>> /dev/null +lsb_release -d | egrep -e "12.04|14.04|wheezy" &>> /dev/null if [ "$?" -ne "0" ]; then ee_lib_echo_fail "EasyEngine (ee) only support Ubuntu 12.04/14.04 and Debian 7.x" exit 100