Merge branch 'master' of github.com:ethcore/parity

This commit is contained in:
Gav Wood 2016-02-08 13:55:32 +01:00
commit 7c8525ed09

View File

@ -570,7 +570,7 @@ function run_installer()
sudo apt-add-repository -y ppa:ethcore/ethcore
sudo apt-get -f -y install
sudo apt-get update -qq
sudo apt-get install -qq -y librocksdb
sudo apt-get install -qq -y librocksdb-dev
}
function linux_rocksdb_installer()