Skip to content

Commit c5eb0b7

Browse files
committed
update to latest Substrate
1 parent 48af1b6 commit c5eb0b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

substrate-node-new

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [ -d "$dirname" ]; then
4141
fi
4242

4343
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
44+
curl http://releases.parity.io/substrate/x86_64-debian:stretch/latest/substrate/substrate-node-template.tar.gz | tar xz
4545

4646
mv substrate-node-template $dirname
4747

@@ -84,8 +84,6 @@ git commit -a -m "Initial clone from template node" 2>/dev/null >/dev/null
8484
echo "${bold}Initializing WebAssembly build environment...${normal}"
8585
./scripts/init.sh 2>/dev/null >/dev/null
8686

87-
./scripts/build.sh
88-
8987
echo "${bold}Building node...${normal}"
9088
cargo build --release
9189

0 commit comments

Comments
 (0)