Easy installer does not start download latest FP3.zip

I had a look at the source code of the installer. I don’t see that it explicitly checks https://status.murena.io/, but of course, if a general maintenance is announced that could also affect the download of the install images.

The only file that needs to be downloaded for the FP3 is https://images.ecloud.global/stable/FP3/IMG-e-latest-FP3.zip which at the moment seems to be accessible, even if the status page still says “Something’s broken; we’re on it!” (I didn’t wait for the full 1,2 GB to be downloaded, just checked that the transfer starts).

The log file on Mac definitely is not in the same location as on Linux. ~/snap/easy-installer/common is the location there, because on Linux the installer gets distributed as a so-called Snap package. Which is not the case for Mac OS (or Windows for that matter).

Looking at the source code, the log on Mac OS should be either in /tmp/easy-installer or the bin subfolder of the path the application gets installed to on Mac OS (wherever that is, I don’t have a Mac).

Edit: what you can try to do is to download the file I linked above, go to the folder where the installer got installed to (that folder should contain subfolders bin, conf, legal and lib), create a new subfolder sources and another subfolder inside sources that is called FP3. Place the downloaded file in the FP3 folder. Then start over with the easy-installer.

3 Likes