Merge pull request #3403 from xManusx/deps_arch_linux

Made install_deps.sh safe to use on Arch Linux
This commit is contained in:
chriseth
2018-01-17 11:07:21 +01:00
committed by GitHub
+1 -1
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 \