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 48af1b6 commit c5eb0b7Copy full SHA for c5eb0b7
substrate-node-new
@@ -41,7 +41,7 @@ if [ -d "$dirname" ]; then
41
fi
42
43
echo "${bold} Downloading project...${normal}"
44
-curl http://releases.parity.io/substrate/x86_64-debian:stretch/latest-v1.0/substrate-node-template.tar.gz | tar xz
+curl http://releases.parity.io/substrate/x86_64-debian:stretch/latest/substrate/substrate-node-template.tar.gz | tar xz
45
46
mv substrate-node-template $dirname
47
@@ -84,8 +84,6 @@ git commit -a -m "Initial clone from template node" 2>/dev/null >/dev/null
84
echo "${bold}Initializing WebAssembly build environment...${normal}"
85
./scripts/init.sh 2>/dev/null >/dev/null
86
87
-./scripts/build.sh
88
-
89
echo "${bold}Building node...${normal}"
90
cargo build --release
91
0 commit comments