From a7e7b628b07ec8c9b1658d7078acd128fbacec69 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Wed, 4 Sep 2024 08:25:08 +0200 Subject: [PATCH] chore: pi-zero move lib folder on update --- scripts/pi-arm/README.md | 5 ++++- scripts/pi-arm/update.sh | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/pi-arm/README.md b/scripts/pi-arm/README.md index a092209f..ca10acbd 100644 --- a/scripts/pi-arm/README.md +++ b/scripts/pi-arm/README.md @@ -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 diff --git a/scripts/pi-arm/update.sh b/scripts/pi-arm/update.sh index 6005c65a..82730c62 100644 --- a/scripts/pi-arm/update.sh +++ b/scripts/pi-arm/update.sh @@ -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