From 1208fdb60fa6ce114899afa0563a3cce2900b577 Mon Sep 17 00:00:00 2001 From: Manus Date: Wed, 17 Jan 2018 09:36:52 +0100 Subject: Made install_deps.sh safe to use on Arch Linux --- scripts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 34a6328b..6f55f071 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -137,7 +137,7 @@ case $(uname -s) in # All our dependencies can be found in the Arch Linux official repositories. # See https://wiki.archlinux.org/index.php/Official_repositories # Also adding ethereum-git to allow for testing with the `eth` client - sudo pacman -Sy \ + sudo pacman -Syu \ base-devel \ boost \ cmake \ -- cgit