mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
fix: remove dollar sign from linux install scripts (#2525)
This commit is contained in:
parent
ffee8cbcbe
commit
56d118a851
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue