diff options
author | ChenQuan <terasum@163.com> | 2017-12-12 22:47:02 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-01-04 20:27:29 +0800 |
commit | 42cc3915feaa85ec562d9496e92b50ac59edfdb3 (patch) | |
tree | a0208b6047c6ea55e2edeb8e39c991ac071d3c52 /scripts/install_deps.sh | |
parent | 2cdd789b5d371de6612dadb4ae9a18359cf150df (diff) | |
download | dexon-solidity-42cc3915feaa85ec562d9496e92b50ac59edfdb3.tar.gz dexon-solidity-42cc3915feaa85ec562d9496e92b50ac59edfdb3.tar.zst dexon-solidity-42cc3915feaa85ec562d9496e92b50ac59edfdb3.zip |
Update GPG key URL for the Centos installer script
Diffstat (limited to 'scripts/install_deps.sh')
-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 34a6328b..b6bae690 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -356,7 +356,7 @@ case $(uname -s) in # Make Sure we have the EPEL repos sudo yum -y install epel-release # Get g++ 4.8 - sudo rpm --import http://ftp.scientificlinux.org/linux/scientific/5x/x86_64/RPM-GPG-KEYs/RPM-GPG-KEY-cern + sudo rpm --import http://linuxsoft.cern.ch/cern/slc6X/i386/RPM-GPG-KEY-cern wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo sudo yum -y install devtoolset-2-gcc devtoolset-2-gcc-c++ devtoolset-2-binutils |