Evidlo / remarkable_news

Daily news/comics on your reMarkable's suspend screen
GNU General Public License v3.0
285 stars 32 forks source link

WGET error #40

Open PepikVaio opened 3 months ago

PepikVaio commented 3 months ago

Hi, known WGET bug - the installation via install.sh doesn't work.

wget: note: TLS certificate validation not implemented wget: TLS error from peer (alert code 80): 80 wget: error getting response: Connection reset by peer

Snowflake6 commented 1 month ago

Same issue here.

Evidlo commented 1 month ago

Try installing xochitl first. They provide a non-broken wget.

Snowflake6 commented 1 month ago

Try installing xochitl first. They provide a non-broken wget.

That would require Toltec? 🤔 My rM is on a newer version that isn't supported so that's not an option I don't think?

I did install the wget from the Toltec repo though, that fixed the issue.

PepikVaio commented 1 month ago

Yes, that solved the problem. But I would recommend including the installation in the code. That's why I created the problem.

Lewiscowles1986 commented 1 month ago

you can do most of this on your machine and then transfer the static binary to the remarkable tablet...

I've no idea why the remarkable community make everything in the way that they do

Evidlo commented 1 month ago

you can do most of this on your machine and then transfer the static binary to the remarkable tablet...

I've no idea why the remarkable community make everything in the way that they do

Because some users are on OSX which ships with a busted Make that doesn't support ONESHELL or Windows which doesn't ship with anything. This was the most portable way to install before Github forced https-only for releases and broke things.