diff --git a/bin/easyengine b/bin/easyengine index 5c5ba71b..c7dd012e 100644 --- a/bin/easyengine +++ b/bin/easyengine @@ -584,7 +584,7 @@ elif [ "$EE_FIRST" = "secure" ]; then # EasyEngine update elif [ "$EE_FIRST" = "update" ]; then ee_lib_echo "Please set/use following alias to update EasyEngine (ee)" - echo "alias eeupdate=\"wget -qO /tmp/eeupdate https://raw.githubusercontent.com/rtCamp/easyengine/refactor/bin/update && sudo bash /tmp/eeupdate\"" + echo "alias eeupdate=\"wget -qO eeup http://rt.cx/eeup && sudo bash eeup\"" else ee_lib_echo "EasyEngine (ee) commands:" diff --git a/bin/update b/bin/update index 691aa03b..b277f4ed 100644 --- a/bin/update +++ b/bin/update @@ -87,9 +87,9 @@ if [[ $EE_CURRENT_VERSION < $EE_LATEST_VERSION ]]; then rm -rf /tmp/easyengine &>> /dev/null # Let's clone EasyEngine (ee) - ee_lib_echo "Cloning EasyEngine (ee) refactor branch, please wait..." | tee -ai $EE_UPDATE_LOG - git clone -b refactor https://github.com/rtCamp/easyengine.git /tmp/easyengine &>> $EE_UPDATE_LOG \ - || ee_lib_error "Unable to clone EasyEngine (ee) refactor branch, exit status = " $? + ee_lib_echo "Cloning EasyEngine (ee) stable branch, please wait..." | tee -ai $EE_UPDATE_LOG + git clone -b stable https://github.com/rtCamp/easyengine.git /tmp/easyengine &>> $EE_UPDATE_LOG \ + || ee_lib_error "Unable to clone EasyEngine (ee) stable branch, exit status = " $? # Setup EasyEngine (ee) if [ ! -d /etc/easyengine ]; then