Skip to content

Commit

Permalink
chore: pi-zero move lib folder on update
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed Sep 4, 2024
1 parent 96956c6 commit a7e7b62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/pi-arm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
### 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.
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](https://guides.getalby.com/user-guide/v/alby-account-and-browser-extension/alby-hub/alby-hub-flavors/raspberry-pi-zero) for more details and inspiration.

SSH into your Pi and run:
```shell
Expand Down
2 changes: 2 additions & 0 deletions scripts/pi-arm/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ cd /opt/albyhub
rm -rf albyhub-backup
mkdir albyhub-backup
mv bin albyhub-backup
mv lib albyhub-backup
cp -r data albyhub-backup

wget https://getalby.com/install/hub/server-linux-armv6.tar.bz2

# Extract archives
Expand Down

0 comments on commit a7e7b62

Please sign in to comment.