fix: remove dollar sign from linux install scripts (#2525)

This commit is contained in:
Roland 2026-08-10 15:33:20 +07:00 committed by GitHub
parent ffee8cbcbe
commit 56d118a851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ If you do a fresh server setup make sure to do the basic setup like for example
Run the installation script on your server:
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/getAlby/hub/master/scripts/linux-aarch64/install.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/getAlby/hub/master/scripts/linux-aarch64/install.sh)"
The install script will prompt you for an installation folder and will install Alby Hub.
Optionally it can also create a systemd service for you.

View file

@ -15,7 +15,7 @@ If you do a fresh server setup make sure to do the basic setup like for example
Run the installation script on your server:
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/getAlby/hub/master/scripts/linux-x86_64/install.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/getAlby/hub/master/scripts/linux-x86_64/install.sh)"
The install script will prompt you for an installation folder and will install Alby Hub.
Optionally it can also create a systemd service for you.