Update GPG key URL for the Centos installer script

This commit is contained in:
ChenQuan 2017-12-12 22:47:02 +08:00 committed by Alex Beregszaszi
parent 2cdd789b5d
commit 42cc3915fe

View File

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