Browse Source

updated EasyEngine Repo Url

hotfix/v3.3.14
harshadyeola 9 years ago
parent
commit
16734925a3
  1. 2
      install

2
install

@ -234,7 +234,7 @@ function ee_install()
ee_branch=master
fi
git clone -b $ee_branch https://github.com/rtCamp/easyengine.git /tmp/easyengine --quiet > /dev/null \
git clone -b $ee_branch https://github.com/EasyEngine/easyengine.git /tmp/easyengine --quiet > /dev/null \
|| ee_lib_error "Unable to clone EasyEngine, exit status" $?
cd /tmp/easyengine

Loading…
Cancel
Save