mb1986 / rm-hacks

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

Can't get stylus hacks to install #365

Open alexnegron opened 2 weeks ago

alexnegron commented 2 weeks ago

Installing with the automagic command

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

and responding "Y" to the question about installing the stylus hacks results in an error:

Would you like to install 'ddvk/remarkable-stylus' [Y/n]? Y Fetching secure wget... wget: note: TLS certificate validation not implemented wget: TLS error from peer (alert code 40): handshake failure wget: error getting response: Connection reset by peer \e[31mError: Could not fetch wget, make sure you have a stable Wi-Fi connection\e[0m

I have a secure wifi connection and could get the hacks installed when I respond with "n".

Eeems commented 2 weeks ago

What OS version is the device?

Eeems commented 2 weeks ago

I've just verified that the static wget that it's downloaded is being served over http and not https, and that it doesn't upgrade the request. Do you have anything on your network that might be changing requests in any way?