Problem with ee update

Hi, I’m having problems updating easy engine. It used to update when I do “ee update” but now it gives me an error.

root@server2:~# ee update
Downloading update script        Unable to download file, /tmp/eeupdate20170205-001622
root@server2:~# 

I also tried this method to update it but nothing happened.

root@server2:~# wget -qO ee rt.cx/ee && sudo bash ee

Current easyengine version is:

root@server2:~# ee -v
EasyEngine v3.7.4
Copyright (c) 2016 rtCamp Solutions Pvt. Ltd.

ee.log

2017-02-05 00:16:22,457 (INFO) ee : Initializing EasyEngine Database 2017-02-05 00:16:22,472 (INFO) ee : e[94mDownloading update script e[0m 2017-02-05 00:17:25,539 (DEBUG) ee : e[95m[[Errno 110] Connection timed out]e[0m 2017-02-05 00:17:25,540 (ERROR) ee : e[91mUnable to download file, /tmp/eeupdate20170205-001622e[0m 2017-02-05 00:21:21,684 (DEBUG) ee : logging initialized for 'ee' using LoggingLogHandler 2017-02-05 00:21:21,954 (DEBUG) ee : ['/usr/local/bin/ee', '-v'] 2017-02-05 00:21:21,955 (DEBUG) ee : collecting arguments/commands for <ee.cli.controllers.base.EEBaseController object at 0x7fbbaff50470> 2017-02-05 00:32:53,886 (DEBUG) ee : logging initialized for 'ee' using LoggingLogHandler 2017-02-05 00:32:54,178 (DEBUG) ee : ['/usr/local/bin/ee', 'update'] 2017-02-05 00:32:54,178 (DEBUG) ee : collecting arguments/commands for <ee.cli.controllers.base.EEBaseController object at 0x7f87cf1e5470> 2017-02-05 00:32:54,181 (DEBUG) ee : collecting arguments/commands for <ee.cli.plugins.update.EEUpdateController object at 0x7f87cf1e55f8> 2017-02-05 00:32:54,184 (INFO) ee : Initializing EasyEngine Database 2017-02-05 00:32:54,187 (INFO) ee : e[94mDownloading update script e[0m 2017-02-05 00:33:57,221 (DEBUG) ee : e[95m[[Errno 110] Connection timed out]e[0m 2017-02-05 00:33:57,221 (ERROR) ee : e[91mUnable to download file, /tmp/eeupdate20170205-003254e[0m

Any idea what might be causing this? Running Ubuntu 14.04.5 LTS. Thank you.

For anyone else with this problem. This worked for me.

wget -qO ee https://raw.githubusercontent.com/EasyEngine/easyengine/master/install && bash ee

root@server2:~# wget -qO ee https://raw.githubusercontent.com/EasyEngine/easyengine/master/install && bash ee
Executing apt-get update, please wait...
[ Sun Feb  5 01:38:52 PHT 2017 ] You already have EasyEngine 3.7.4, exit status =  1