From b2665d0c5e3e056204076a35803ed81772197564 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Thu, 24 Mar 2016 18:11:07 +0100 Subject: [PATCH] Update install-parity.sh --- install-parity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-parity.sh b/install-parity.sh index 74387ca7f..7866745c1 100755 --- a/install-parity.sh +++ b/install-parity.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -PARITY_DEB_URL=https://github.com/ethcore/parity/releases/download/v1.0.0-rc1/parity_linux_1.0.0.rc1-0_amd64.deb +PARITY_DEB_URL=https://github.com/ethcore/parity/releases/download/v1.0.0/parity_linux_1.0.0-0_amd64.deb function run_installer()