From bf5023f4d4d039dc5d72b26d8396736787dcfedf Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Tue, 29 Mar 2016 18:05:41 +0200 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 dec7f00ec..d7a8b9a2e 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/parity_linux_1.0.0-0_amd64.deb +PARITY_DEB_URL=https://github.com/ethcore/parity/releases/download/v1.0.1/parity_linux_1.0.1-0_amd64.deb function run_installer()