Migrated remaining GitHub URLs to sunknudsen.com

This commit is contained in:
Sun Knudsen 2022-11-18 07:16:59 -05:00
parent 2dc6052edf
commit 2390816a47
No known key found for this signature in database
GPG key ID: 02C43AD072D57783
7 changed files with 31 additions and 31 deletions

View file

@ -31,7 +31,7 @@ $ sudo apt install -y bc curl openssl sysbench
### Step 2: download (and optionally verify) [benchmark.sh](./benchmark.sh) ([PGP signature](./benchmark.sh.asc), [PGP public key](https://sunknudsen.com/sunknudsen.asc))
```shell
curl --fail --output $HOME/benchmark.sh https://raw.githubusercontent.com/sunknudsen/privacy-guides/master/how-to-self-host-hardened-bitcoin-node/misc/how-to-benchmark-computer-for-bitcoin-computation/benchmark.sh
curl --fail --output $HOME/benchmark.sh https://sunknudsen.com/static/media/privacy-guides/how-to-self-host-hardened-bitcoin-node/misc/how-to-benchmark-computer-for-bitcoin-computation/benchmark.sh
chmod +x $HOME/benchmark.sh
```