File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ readonly ee_distro_version=$(lsb_release -sc)
5858if [ " $ee_linux_distro " != " Ubuntu" ] && [ " $ee_linux_distro " != " Debian" ]; then
5959 ee_lib_echo_fail " EasyEngine (ee) is made for Ubuntu and Debian only as of now"
6060 ee_lib_echo_fail " You are free to fork EasyEngine (ee): https://github.com/EasyEngine/easyengine/fork"
61- ee_lib_echo_fail " EasyEngine (ee) only support Ubuntu 14.04/16.04/18.04 and Debian 7.x/ 8.x"
61+ ee_lib_echo_fail " EasyEngine (ee) only support Ubuntu 14.04/16.04/18.04 and Debian 8.x"
6262 exit 100
6363fi
6464
6565# EasyEngine (ee) only support all Ubuntu/Debian distro except the distro reached EOL
66- lsb_release -d | egrep -e " 14.04|16.04|18.04|wheezy| jessie" & >> /dev/null
66+ lsb_release -d | egrep -e " 14.04|16.04|18.04|jessie" & >> /dev/null
6767if [ " $? " -ne " 0" ]; then
68- ee_lib_echo_fail " EasyEngine (ee) only support Ubuntu 14.04/16.04/18.04 LTS and Debian 7.x/ 8.x"
68+ ee_lib_echo_fail " EasyEngine (ee) only support Ubuntu 14.04/16.04/18.04 LTS and Debian 8.x"
6969 exit 100
7070fi
7171
You can’t perform that action at this time.
0 commit comments