diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2017-01-26 20:17:05 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2017-01-26 20:17:05 +0800 |
commit | 19833c95ebae4f8b394d0c3a0cacadf766dc81fe (patch) | |
tree | 5540ce995142c3c771813a7b75598913f06e5152 /scripts | |
parent | ba9a04500217e301bec63cab4e0c0f1d9322646d (diff) | |
download | dexon-solidity-19833c95ebae4f8b394d0c3a0cacadf766dc81fe.tar.gz dexon-solidity-19833c95ebae4f8b394d0c3a0cacadf766dc81fe.tar.zst dexon-solidity-19833c95ebae4f8b394d0c3a0cacadf766dc81fe.zip |
Add ethereum-git to archlinux dependencies
It's needed for testing, since we need to have the `eth` client installed
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install_deps.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ ;; #------------------------------------------------------------------------------ |