From 59ed67a3f7e6eed67e27295733f4a523f3fdc099 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Mon, 2 May 2016 18:35:10 +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 1bad7d955..7f165f450 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.2/parity_linux_1.0.2-0_amd64.deb +PARITY_DEB_URL=https://github.com/ethcore/parity/releases/download/v1.1.0/parity_linux_1.1.0-0_amd64.deb function run_installer()