From ffadbf1d10ef9463173bad8c0079e5a2d8ec4748 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 9 Feb 2016 12:20:27 +0100 Subject: [PATCH] Force apt-get update on ubuntu. --- install-parity.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-parity.sh b/install-parity.sh index 53a619358..02093ca8c 100755 --- a/install-parity.sh +++ b/install-parity.sh @@ -397,6 +397,8 @@ function run_installer() function linux_deps_installer() { + sudo apt-get update -qq + if [[ $isSudo == false ]]; then info "Installing sudo..." apt-get install -q -y sudo @@ -405,7 +407,6 @@ function run_installer() if [[ $isRocksDB == false ]]; then info "Installing rocksdb..." - sudo apt-get update -qq sudo apt-get install -qq -y software-properties-common sudo apt-add-repository -y ppa:ethcore/ethcore sudo apt-get -f -y install