aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-01-27 00:03:36 +0800
committerGitHub <noreply@github.com>2017-01-27 00:03:36 +0800
commitff8008cdf714a2a2e0f4ff9095158d4ef6a33cbb (patch)
tree70ec72b038a9aae8c4c0c6515e8d65093d61e951 /scripts
parent102fd7ee5daeb7d7a7bb1254cf0ce71a23ad1220 (diff)
parent19833c95ebae4f8b394d0c3a0cacadf766dc81fe (diff)
downloaddexon-solidity-ff8008cdf714a2a2e0f4ff9095158d4ef6a33cbb.tar
dexon-solidity-ff8008cdf714a2a2e0f4ff9095158d4ef6a33cbb.tar.gz
dexon-solidity-ff8008cdf714a2a2e0f4ff9095158d4ef6a33cbb.tar.bz2
dexon-solidity-ff8008cdf714a2a2e0f4ff9095158d4ef6a33cbb.tar.lz
dexon-solidity-ff8008cdf714a2a2e0f4ff9095158d4ef6a33cbb.tar.xz
dexon-solidity-ff8008cdf714a2a2e0f4ff9095158d4ef6a33cbb.tar.zst
dexon-solidity-ff8008cdf714a2a2e0f4ff9095158d4ef6a33cbb.zip
Merge pull request #1608 from LefterisJP/archlinux_add_ethereum_git
Add ethereum-git to archlinux dependencies
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 \
;;
#------------------------------------------------------------------------------