From 9c966504b4a60c2e6b9187b118926a12d2da9448 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Fri, 6 Dec 2019 11:38:54 +1300 Subject: [PATCH] update to latest Substrate --- substrate-node-new | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/substrate-node-new b/substrate-node-new index 4b97ea7..778e51e 100755 --- a/substrate-node-new +++ b/substrate-node-new @@ -41,7 +41,7 @@ if [ -d "$dirname" ]; then fi echo "${bold} Downloading project...${normal}" -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/2.0.0-6653043/substrate/substrate-node-template.tar.gz | tar xz mv substrate-node-template $dirname @@ -84,8 +84,6 @@ git commit -a -m "Initial clone from template node" 2>/dev/null >/dev/null echo "${bold}Initializing WebAssembly build environment...${normal}" ./scripts/init.sh 2>/dev/null >/dev/null -./scripts/build.sh - echo "${bold}Building node...${normal}" cargo build --release