Made install_deps.sh safe to use on Arch Linux

This commit is contained in:
Manus 2018-01-17 09:36:52 +01:00
parent fc7733c053
commit 1208fdb60f

View File

@ -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 \