zenith391 / Fuchas

Efficient yet powerful OpenComputers OS
https://zenith391.github.io/Fuchas
MIT License
20 stars 8 forks source link

Installation CPIO fails to download #28

Closed kcinnaJlol closed 3 years ago

kcinnaJlol commented 3 years ago

Describe the bug The OpenOS installer fails to download the installation archive because the signature is invalid.

To Reproduce Steps to reproduce the behavior:

  1. Start OpenOS installer
  2. Hit enter twice to begin installation

Expected behavior The expected behavior would be to have the installation complete normally.

Version This bug appears to be introduced in commit a2e4f34

Platform Not applicable since the installer for OpenOS is universal across all platforms.

zenith391 commented 3 years ago

Does it work again now? I tried to fix the website (where the archive for the installer is) and it works on my side

kcinnaJlol commented 3 years ago

Still doesnt work. Did find a workaround earlier that worked:

  1. Download the OpenOS installer with wget "https://raw.githubusercontent.com/zenith391/Fuchas/master/Installers/openos.lua" and remove lines 273 - 277
  2. Download the installation CPIO manually outside of Minecraft from https://bwsecondary.ddns.net/fuchas/releases/master.cpio. (Although as of writing it appears that the server is down)
  3. Put the CPIO in /fuchas.cpio
  4. Run the installer as normal.
kcinnaJlol commented 3 years ago

It appears that the server is up again, so downloading outside of Minecraft works again. Downloading inside of Minecraft still doesnt work.