From d00493bad32f51947ee101d1232904f26ccd6283 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Wed, 5 Nov 2014 12:58:15 +0530 Subject: [PATCH] Added Ubuntu 14.10 support --- bin/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install b/bin/install index b26838ac..38ff5d48 100644 --- a/bin/install +++ b/bin/install @@ -52,9 +52,9 @@ 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|squeeze|wheezy" &>> /dev/null +lsb_release -d | egrep -e "12.04|14.04|14.10|squeeze|wheezy" &>> /dev/null if [ "$?" -ne "0" ]; then - ee_lib_echo_fail "EasyEngine (ee) only support Ubuntu 12.04/14.04 and Debian 6.x/7.x" + ee_lib_echo_fail "EasyEngine (ee) only support Ubuntu 12.04/14.04/14.10 and Debian 6.x/7.x" exit 100 fi