aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2017-01-26 20:17:05 +0800
committerLefteris Karapetsas <lefteris@refu.co>2017-01-26 20:17:05 +0800
commit19833c95ebae4f8b394d0c3a0cacadf766dc81fe (patch)
tree5540ce995142c3c771813a7b75598913f06e5152 /scripts
parentba9a04500217e301bec63cab4e0c0f1d9322646d (diff)
downloaddexon-solidity-19833c95ebae4f8b394d0c3a0cacadf766dc81fe.tar
dexon-solidity-19833c95ebae4f8b394d0c3a0cacadf766dc81fe.tar.gz
dexon-solidity-19833c95ebae4f8b394d0c3a0cacadf766dc81fe.tar.bz2
dexon-solidity-19833c95ebae4f8b394d0c3a0cacadf766dc81fe.tar.lz
dexon-solidity-19833c95ebae4f8b394d0c3a0cacadf766dc81fe.tar.xz
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-xscripts/install_deps.sh2
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 \
;;
#------------------------------------------------------------------------------