Skip to content

Commit

Permalink
Fix pi install/update script urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi authored Jul 18, 2024
1 parent 7b9e4d5 commit 2524141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
### Installation on a Raspberry Pi Zero

```shell
/bin/bash -c "$(curl -fsSL https://getalby.com/zero/install.sh)"
/bin/bash -c "$(curl -fsSL https://getalby.com/install/hub/pi-zero-install.sh)"
```

### Updating a running instance

```shell
/bin/bash -c "$(curl -fsSL https://getalby.com/zero/update.sh)"
/bin/bash -c "$(curl -fsSL https://getalby.com/install/hub/pi-zero-update.sh)"
```

0 comments on commit 2524141

Please sign in to comment.