mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update install_deps.sh
In install_deps.sh, line 59 (sed -n -e 's/^NAME="?([^"])"?$/\1/p' /etc/os-release) will get CentOS Linux instead of CentOS, so it cant match CentOS. I suggest that in line 355, can modified " CentOS)" to " CentOS*)"
This commit is contained in:
parent
8a9e012757
commit
3d64b0b0ec
@ -352,7 +352,7 @@ case $(uname -s) in
|
||||
# CentOS needs some more testing. This is the general idea of packages
|
||||
# needed, but some tweaking/improvements can definitely happen
|
||||
#------------------------------------------------------------------------------
|
||||
CentOS)
|
||||
CentOS*)
|
||||
read -p "This script will heavily modify your system in order to allow for compilation of Solidity. Are you sure? [Y/N]" -n 1 -r
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
# Make Sure we have the EPEL repos
|
||||
|
Loading…
Reference in New Issue
Block a user