Browse Source

change git clone from master to stable

old-stable
Mitesh Shah 11 years ago
parent
commit
84a43f140e
  1. 4
      install.sh

4
install.sh

@ -116,8 +116,8 @@ then
# Remove Older Easy Engine If Found
rm -rf /tmp/easyengine &>> /dev/null
# Clone Easy Engine Repository
git clone git://github.com/rtCamp/easyengine.git /tmp/easyengine || OwnError "Unable To Clone Easy Engine"
# Clone Easy Engine Stable Repository
git clone -b stable git://github.com/rtCamp/easyengine.git /tmp/easyengine || OwnError "Unable To Clone Easy Engine"
fi
# Create Directory /etc/easyengine

Loading…
Cancel
Save