Browse Source

change git clone from master to stable

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

4
install.sh

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

Loading…
Cancel
Save