Browse Source

Check Linux Distro

old-stable
Mitesh Shah 11 years ago
parent
commit
09a17f2169
  1. 2
      install.sh

2
install.sh

@ -2,7 +2,7 @@
# Checking Linux Distro # Checking Linux Distro Is Ubuntu
if [ ! -f /etc/lsb-release ] if [ ! -f /etc/lsb-release ]
then then
echo -e "\033[31m EasyEngine Is Made For Ubuntu Only As Of Now \e[0m" echo -e "\033[31m EasyEngine Is Made For Ubuntu Only As Of Now \e[0m"

Loading…
Cancel
Save