Skip to content

Commit

Permalink
remove automagic instructions from docs, not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ddvk committed Nov 18, 2024
1 parent bba2bdf commit cf4bd69
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/remarkable/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@ The `<URL>` above has to be the same as in the `STORAGE_URL` server configuratio
### rmfakecloud-proxy script

Get the installer from: [rmfakecloud-proxy](https://github.com/ddvk/rmfakecloud-proxy/releases)
or run the automagic:
scp to the device and run it
```
scp installer.sh root@10.11.99.1:
ssh root@10.11.99.1
chmod +x ./installer-xxxx.sh
./installer-xxxx.sh
```

the automagic script doesn't work anymore, because of the busybox wget tls

```commandline
sh -c "$(wget https://raw.githubusercontent.com/ddvk/rmfakecloud/master/scripts/device/automagic.sh -O-)"
Expand Down

0 comments on commit cf4bd69

Please sign in to comment.