Fix seednode installation script URL

This commit is contained in:
wiz 2019-12-20 21:44:04 +09:00
parent 485f8e8c37
commit 4b0f25cdf6
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -19,7 +19,7 @@ The following OS are known to work well:
Start with a clean Ubuntu 18.04 LTS server installation, and run the script Start with a clean Ubuntu 18.04 LTS server installation, and run the script
```bash ```bash
curl https://github.com/bisq-network/bisq/seednode/install_seednode_debian.sh | sudo bash curl -s https://raw.githubusercontent.com/bisq-network/bisq/master/seednode/install_seednode_debian.sh | sudo bash
``` ```
This will install and configure Tor, Bitcoin, and Bisq-Seednode services to start on boot. This will install and configure Tor, Bitcoin, and Bisq-Seednode services to start on boot.