Browse Source

removed debian 8 support

servicefixes
harshadyeola 10 years ago
parent
commit
2063c22a03
  1. 1
      CHANGELOG.txt
  2. 2
      README.md
  3. 2
      install

1
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.

2
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

2
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

Loading…
Cancel
Save