Browse Source

ee update modified

old-stable
harshadyeola 10 years ago
parent
commit
ff03502746
  1. 4
      bin/easyengine

4
bin/easyengine

@ -802,8 +802,8 @@ elif [ "$EE_FIRST" = "import-slow-log" ];then
# EasyEngine update # EasyEngine update
elif [ "$EE_FIRST" = "update" ]; then elif [ "$EE_FIRST" = "update" ]; then
ee_lib_echo "Please set/use following alias to update EasyEngine (ee)" ee_lib_echo "Updating EasyEngine (ee), please wait..."
echo "alias eeupdate=\"wget -qO eeup http://rt.cx/eeup && sudo bash eeup\"" wget --no-check-certificate -qO eeup http://rt.cx/eeup && sudo bash eeup
else else
ee_lib_echo "EasyEngine (ee) commands:" ee_lib_echo "EasyEngine (ee) commands:"

Loading…
Cancel
Save