Merge pull request #5733 from HaoXuan40404/patch-2

Update install_deps.sh
This commit is contained in:
Alex Beregszaszi 2019-01-03 02:06:42 +00:00 committed by GitHub
commit d597b1dbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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