Skip to content

Commit 2f1c841

Browse files
committed
update to latest master
1 parent dcc2d52 commit 2f1c841

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
@@ -39,7 +39,7 @@ if [ -d "$dirname" ]; then
3939
fi
4040

4141
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
42+
if ! curl http://releases.parity.io/substrate/x86_64-debian:stretch/2.0.0-3e975b3/substrate/substrate-node-template.tar.gz | tar xz
4343
then
4444
exit 1
4545
fi
@@ -85,8 +85,6 @@ git commit -a -m "Initial clone from template node" 2>/dev/null >/dev/null
8585
echo "${bold}Initializing WebAssembly build environment...${normal}"
8686
./scripts/init.sh 2>/dev/null >/dev/null
8787

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

0 commit comments

Comments
 (0)