-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: better handle ports on Pi and allow albyhub to run on port 80
- Loading branch information
Showing
2 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,15 @@ | ||
### Installation on a Raspberry Pi Zero | ||
### Installation on a Raspberry Pi Zero (arm) | ||
|
||
Have a look at our [installation guide](https://guides.getalby.com/user-guide/v/alby-account-and-browser-extension/alby-hub/alby-hub-flavors/raspberry-pi-zero) for more details. | ||
|
||
```shell | ||
$ ssh [email protected] '/bin/bash -c "$(curl -fsSL https://getalby.com/install/hub/pi-zero-install.sh)"' | ||
``` | ||
|
||
or on the Pi directly: | ||
SSH into your Pi and run: | ||
```shell | ||
/bin/bash -c "$(curl -fsSL https://getalby.com/install/hub/pi-zero-install.sh)" | ||
``` | ||
|
||
### Updating a running instance | ||
|
||
```shell | ||
$ ssh [email protected] '/bin/bash -c "$(curl -fsSL https://getalby.com/install/hub/pi-zero-install.sh)"' | ||
``` | ||
|
||
or on the Pi directly: | ||
SSH into your Pi and run: | ||
```shell | ||
/bin/bash -c "$(curl -fsSL https://getalby.com/install/hub/pi-zero-update.sh)" | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters