Skip to content

Commit 3bbc1e9

Browse files
committed
Remove Debian 7.x support
Signed-off-by: Mriyam Tamuli <[email protected]>
1 parent 964f80a commit 3bbc1e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ readonly ee_distro_version=$(lsb_release -sc)
5858
if [ "$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
6363
fi
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
6767
if [ "$?" -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
7070
fi
7171

0 commit comments

Comments
 (0)