Add ethereum-git to archlinux dependencies

It's needed for testing, since we need to have the `eth` client installed
This commit is contained in:
Lefteris Karapetsas 2017-01-26 13:17:05 +01:00
parent ba9a045002
commit 19833c95eb
No known key found for this signature in database
GPG Key ID: AC4257C95510463E

View File

@ -138,11 +138,13 @@ 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
sudo pacman -Sy \ sudo pacman -Sy \
base-devel \ base-devel \
boost \ boost \
cmake \ cmake \
git \ git \
ethereum-git \
;; ;;
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------