We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc2d52 commit 2f1c841Copy full SHA for 2f1c841
substrate-node-new
@@ -39,7 +39,7 @@ if [ -d "$dirname" ]; then
39
fi
40
41
echo "${bold} Downloading project...${normal}"
42
-if ! curl http://releases.parity.io/substrate/x86_64-debian:stretch/latest-v1.0/substrate-node-template.tar.gz | tar xz
+if ! curl http://releases.parity.io/substrate/x86_64-debian:stretch/2.0.0-3e975b3/substrate/substrate-node-template.tar.gz | tar xz
43
then
44
exit 1
45
@@ -85,8 +85,6 @@ git commit -a -m "Initial clone from template node" 2>/dev/null >/dev/null
85
echo "${bold}Initializing WebAssembly build environment...${normal}"
86
./scripts/init.sh 2>/dev/null >/dev/null
87
88
-./scripts/build.sh
89
-
90
echo "${bold}Building node...${normal}"
91
cargo build --release
92
0 commit comments