|
@ -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 |
|
|