Install fails after trying to update EE
xiano8494 opened this issue · 3 comments
I get a message:
Now [re-]installing and updating EasyEngine...
Executing apt-get update, please wait...
[ Tue Apr 3 12:49:23 UTC 2018 ] You already have EasyEngine 3.7.5, exit status = 1
Downloading update script Unable to download file, /tmp/eeupdate20180403-124924
And then the installer stops.
Yeah, it's an easyengine issue, since it's been happening every once in a while and updating ee isn't a major step i've allowed it to fail should it come to that.
Also, I've integrated the installation of duplicity, mail_notifications, and easyengine itself into our underlying framework bash-functions, and while I was at it I also made installing EE more secure as it's not downloading a shell script over plain HTTP as instructed to do on their site - instead at least downloading it from their github repo over HTTPS.
I just pushed a beta, please try it out by removing the raptor dir, re-cloning, and installing with:
bash raptor/setup -be
Make sure to include the -be
arguments to install the bleeding-edge version.
Let me know if it works out for you. Thanks.
That's sorted it.