diff --git a/scripts/README.md b/scripts/README.md index 5453f825..222ddffd 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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)" ```