mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Made install_deps.sh safe to use on Arch Linux
This commit is contained in:
parent
fc7733c053
commit
1208fdb60f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user