Skip to content

Commit

Permalink
Merge pull request ethereum#3403 from xManusx/deps_arch_linux
Browse files Browse the repository at this point in the history
Made install_deps.sh safe to use on Arch Linux
  • Loading branch information
chriseth authored Jan 17, 2018
2 parents fc7733c + 1208fdb commit 4715167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ 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 \
sudo pacman -Syu \
base-devel \
boost \
cmake \
Expand Down

0 comments on commit 4715167

Please sign in to comment.