From dd3190c4f170a236e370db39ddd1635d4879aefd Mon Sep 17 00:00:00 2001 From: Pavel Khakhulin Date: Tue, 3 Oct 2017 21:10:51 +0300 Subject: [PATCH] use 1.7 --- TestTestNet/mining-node/install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TestTestNet/mining-node/install.sh b/TestTestNet/mining-node/install.sh index 71d099d..b6e4c20 100644 --- a/TestTestNet/mining-node/install.sh +++ b/TestTestNet/mining-node/install.sh @@ -267,8 +267,11 @@ EOF" use_deb_via_systemd() { echo "=====> use_deb_via_systemd" - curl -LO 'http://d1h4xl4cr1h0mo.cloudfront.net/nightly/x86_64-unknown-debian-gnu/parity_1.8.0_amd64.deb' - sudo dpkg -i parity_1.8.0_amd64.deb + curl -LO 'http://parity-downloads-mirror.parity.io/v1.7.0/x86_64-unknown-linux-gnu/parity_1.7.0_amd64.deb' + sudo dpkg -i parity_1.7.0_amd64.deb + + # curl -LO 'http://d1h4xl4cr1h0mo.cloudfront.net/nightly/x86_64-unknown-debian-gnu/parity_1.8.0_amd64.deb' + # sudo dpkg -i parity_1.8.0_amd64.deb sudo bash -c "cat > /etc/systemd/system/oracles-parity.service <