diff --git a/scripts/linux-aarch64/README.md b/scripts/linux-aarch64/README.md index d1b3b51e..d14bd994 100644 --- a/scripts/linux-aarch64/README.md +++ b/scripts/linux-aarch64/README.md @@ -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. diff --git a/scripts/linux-x86_64/README.md b/scripts/linux-x86_64/README.md index 2f803b19..c9ab2bdd 100644 --- a/scripts/linux-x86_64/README.md +++ b/scripts/linux-x86_64/README.md @@ -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.