From 42cc3915feaa85ec562d9496e92b50ac59edfdb3 Mon Sep 17 00:00:00 2001 From: ChenQuan Date: Tue, 12 Dec 2017 22:47:02 +0800 Subject: Update GPG key URL for the Centos installer script --- scripts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install_deps.sh') 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 -- cgit