We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e6175 commit d4b2f32Copy full SHA for d4b2f32
install.sh
@@ -5,7 +5,7 @@
5
# Checking Linux Distro Is Ubuntu
6
if [ ! -f /etc/lsb-release ] && [ ! -f /etc/debian_version ]
7
then
8
- echo -e "\033[31mEasyEngine (ee) Is Made For Ubuntu Only As Of Now\e[0m"
+ echo -e "\033[31mEasyEngine (ee) Is Made For Ubuntu And Debian Only As Of Now\e[0m"
9
echo -e "\033[31mYou Are Free To Fork EasyEngine (ee): https://github.com/rtCamp/easyengine/fork\e[0m"
10
exit 100
11
fi
0 commit comments