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