Browse Source

Easy Engine Installer

old-stable
Mitesh Shah 12 years ago
parent
commit
40948a73f9
  1. 1
      install.sh

1
install.sh

@ -83,6 +83,7 @@ if [ "$EXIST" != "easyengine" ]
then
echo -e "\033[34m Cloning Easy Engine, please wait... \e[0m"
cd /tmp
rm -rf /tmp/easyengine
git clone git://github.com/rtCamp/easyengine.git || OwnError "Unable to clone easy engine"
cd easyengine
fi

Loading…
Cancel
Save