mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Fix seednode installation script URL
This commit is contained in:
parent
485f8e8c37
commit
4b0f25cdf6
@ -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…
Reference in New Issue
Block a user