File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Create a secure Bitcoin Core node with ease.
55Run the following command in Terminal:
66
77``` sh
8- sh -c " $( curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v1.3.1 /nodebuilder) "
8+ sh -c " $( curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v1.4.0 /nodebuilder) "
99```
1010
1111## Table of Contents
@@ -26,13 +26,13 @@ sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v1.3.1/node
2626As mentioned above, start the script from the command line. Open Terminal and run:
2727
2828``` sh
29- sh -c " $( curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v1.3.1 /nodebuilder) "
29+ sh -c " $( curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v1.4.0 /nodebuilder) "
3030```
3131
3232Or download the script to your local system, set permissions, and run it:
3333
3434``` sh
35- wget https://github.com/bitcoin-tools/nodebuilder/raw/v1.3.1 /nodebuilder
35+ wget https://github.com/bitcoin-tools/nodebuilder/raw/v1.4.0 /nodebuilder
3636chmod u+x nodebuilder
3737./nodebuilder
3838```
You can’t perform that action at this time.
0 commit comments