Skip to content

Commit d4b2f32

Browse files
committed
Update install.sh For Debian
1 parent 77e6175 commit d4b2f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Checking Linux Distro Is Ubuntu
66
if [ ! -f /etc/lsb-release ] && [ ! -f /etc/debian_version ]
77
then
8-
echo -e "\033[31mEasyEngine (ee) Is Made For Ubuntu Only As Of Now\e[0m"
8+
echo -e "\033[31mEasyEngine (ee) Is Made For Ubuntu And Debian Only As Of Now\e[0m"
99
echo -e "\033[31mYou Are Free To Fork EasyEngine (ee): https://github.com/rtCamp/easyengine/fork\e[0m"
1010
exit 100
1111
fi

0 commit comments

Comments
 (0)