Browse Source

Easy Engine Installer

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

3
install.sh

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

Loading…
Cancel
Save