mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
Fix seednode installation script URL
This commit is contained in:
parent
485f8e8c37
commit
4b0f25cdf6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```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.
|
||||
|
|
Loading…
Add table
Reference in a new issue