diff options
author | chriseth <chris@ethereum.org> | 2017-01-27 00:03:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-27 00:03:36 +0800 |
commit | ff8008cdf714a2a2e0f4ff9095158d4ef6a33cbb (patch) | |
tree | 70ec72b038a9aae8c4c0c6515e8d65093d61e951 | |
parent | 102fd7ee5daeb7d7a7bb1254cf0ce71a23ad1220 (diff) | |
parent | 19833c95ebae4f8b394d0c3a0cacadf766dc81fe (diff) | |
download | dexon-solidity-ff8008cdf714a2a2e0f4ff9095158d4ef6a33cbb.tar.gz 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
-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 \ ;; #------------------------------------------------------------------------------ |