mb1986 / rm-hacks

Small improvements and tweaks for rM devices, covering both rM1 and rM2.
Other
438 stars 9 forks source link

404 error #345

Closed akademy closed 4 weeks ago

akademy commented 4 weeks ago

Hi,

I'm getting a 404 error when running the install command.

bash -c "$(wget https://raw.githubusercontent.com/mb1986/rm-hacks/main/install.sh -O-)" _ patch 0.0.10-alpha.10

output:

reMarkable: ~/ bash -c "$(wget https://raw.githubusercontent.com/mb1986/rm-hacks/main/install.sh -O-)" _ patch 0.0.10-alpha.10
Connecting to raw.githubusercontent.com (185.199.108.133:443)
wget: note: TLS certificate validation not implemented
writing to stdout
-                    100% |************************************************************************************************************************************| 11136  0:00:00 ETA
written to stdout

 rM Hacks Installer 
--------------------

Trying to download and install patch: '0.0.10-alpha.10'
Connecting to raw.githubusercontent.com (185.199.110.133:443)
wget: note: TLS certificate validation not implemented
wget: server returned error: HTTP/1.1 404 Not Found
error reading input file
tar: invalid magic
tar: short read

Has the name changed recently? (maybe the "alpha" dropped). I copied the command from here https://github.com/mb1986/rm-hacks/wiki/rM-Hacks-Documentation-0.0.10

PepikVaio commented 4 weeks ago

Use this code:

bash -c "$(wget https://raw.githubusercontent.com/mb1986/rm-hacks/main/install.sh -O-)"

0.0.10 is official out.

akademy commented 4 weeks ago

Thanks. Everything working nicely now!