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
commit 4715167ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ case $(uname -s) in
# All our dependencies can be found in the Arch Linux official repositories. # All our dependencies can be found in the Arch Linux official repositories.
# See https://wiki.archlinux.org/index.php/Official_repositories # See https://wiki.archlinux.org/index.php/Official_repositories
# Also adding ethereum-git to allow for testing with the `eth` client # Also adding ethereum-git to allow for testing with the `eth` client
sudo pacman -Sy \ sudo pacman -Syu \
base-devel \ base-devel \
boost \ boost \
cmake \ cmake \