Force apt-get update on ubuntu.
This commit is contained in:
parent
a33fbbd991
commit
ffadbf1d10
@ -397,6 +397,8 @@ function run_installer()
|
|||||||
|
|
||||||
function linux_deps_installer()
|
function linux_deps_installer()
|
||||||
{
|
{
|
||||||
|
sudo apt-get update -qq
|
||||||
|
|
||||||
if [[ $isSudo == false ]]; then
|
if [[ $isSudo == false ]]; then
|
||||||
info "Installing sudo..."
|
info "Installing sudo..."
|
||||||
apt-get install -q -y sudo
|
apt-get install -q -y sudo
|
||||||
@ -405,7 +407,6 @@ function run_installer()
|
|||||||
if [[ $isRocksDB == false ]]; then
|
if [[ $isRocksDB == false ]]; then
|
||||||
info "Installing rocksdb..."
|
info "Installing rocksdb..."
|
||||||
|
|
||||||
sudo apt-get update -qq
|
|
||||||
sudo apt-get install -qq -y software-properties-common
|
sudo apt-get install -qq -y software-properties-common
|
||||||
sudo apt-add-repository -y ppa:ethcore/ethcore
|
sudo apt-add-repository -y ppa:ethcore/ethcore
|
||||||
sudo apt-get -f -y install
|
sudo apt-get -f -y install
|
||||||
|
Loading…
Reference in New Issue
Block a user