From 19833c95ebae4f8b394d0c3a0cacadf766dc81fe Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Thu, 26 Jan 2017 13:17:05 +0100 Subject: Add ethereum-git to archlinux dependencies It's needed for testing, since we need to have the `eth` client installed --- scripts/install_deps.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 255176ab..f21c48d0 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -138,11 +138,13 @@ 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 \ base-devel \ boost \ cmake \ git \ + ethereum-git \ ;; #------------------------------------------------------------------------------ -- cgit v1.2.3