From 822cbf78fe9397c3b649c3cf206b32026546db4b Mon Sep 17 00:00:00 2001 From: evan Date: Fri, 18 Dec 2020 11:18:58 -0600 Subject: [PATCH] wget instead of curl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ceed86..ec1c995 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Connect the reMarkable via USB and make sure it has internet access, Connect to the reMarkable with [SSH](https://remarkablewiki.com/tech/ssh) and execute - curl http://raw.githubusercontent.com/Evidlo/remarkable_printer/master/install.sh | sh + wget -O - http://raw.githubusercontent.com/Evidlo/remarkable_printer/master/install.sh | sh This will install and start the printer service on the reMarkable.