diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2019-01-03 10:06:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-03 10:06:42 +0800 |
commit | d597b1dbb2490b7f977617173a101e705c8439d7 (patch) | |
tree | 123be26cfd4414c7c737140ee8826f0366af5756 /scripts | |
parent | 8a9e01275707a95aa731e8d9735dc2957f34a8e7 (diff) | |
parent | 3d64b0b0ec27f74b68599b28dee8babf04f9872b (diff) | |
download | dexon-solidity-d597b1dbb2490b7f977617173a101e705c8439d7.tar.gz dexon-solidity-d597b1dbb2490b7f977617173a101e705c8439d7.tar.zst dexon-solidity-d597b1dbb2490b7f977617173a101e705c8439d7.zip |
Merge pull request #5733 from HaoXuan40404/patch-2
Update install_deps.sh
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 09d5a249..0d1620c4 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -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 |