From 183ddbc4da97a4ca6a226dfc0ec7f429299e1ae1 Mon Sep 17 00:00:00 2001 From: KKudryavtsev Date: Fri, 5 Feb 2016 17:23:12 +0000 Subject: [PATCH] revert parity deb url back to release value --- install-parity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-parity.sh b/install-parity.sh index b405eef7e..5f5607b58 100755 --- a/install-parity.sh +++ b/install-parity.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -#PARITY_DEB_URL=https://github.com/ethcore/parity/releases/download/beta-0.9/parity_0.9.0-0_amd64.deb -PARITY_DEB_URL=https://github.com/jesuscript/scripts/raw/master/parity_0.9.0-0_amd64.deb +PARITY_DEB_URL=https://github.com/ethcore/parity/releases/download/beta-0.9/parity_0.9.0-0_amd64.deb + function run_installer() {