alby-hub/scripts/pi-aarch64
Sergey B. 9701c726ac
Making shell scripts POSIX compliant (#2015)
* feat: usage of rsync for backups

* refactor: making scripts POSIX compliant
2026-02-26 12:19:30 +07:00
..
install.sh Making shell scripts POSIX compliant (#2015) 2026-02-26 12:19:30 +07:00
README.md docs: use local update script for pi hubs (#1438) 2025-06-27 13:05:25 +07:00
update.sh Making shell scripts POSIX compliant (#2015) 2026-02-26 12:19:30 +07:00

Installation on a Raspberry Pi 4/5 (aarch64)

This install scripts will help you installing Alby Hub on a Raspberry Pi with Raspberry Pi OS (previously called Raspbian). You should have some basic Linux understanding to install and operate it.

Have a look at our installation guide for more details and inspiration.

SSH into your Pi and run:

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

Updating a running instance

SSH into your Pi and cd into /opt/albyhub

Run ./update.sh