Skip to content

Commit 08d887d

Browse files
authored
Merge pull request #652 from terjekv/update_cern_repo_url
Update Repo URL as per suggestion on CERN Mattermost.
2 parents 887bf3b + a713f1e commit 08d887d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting_access/native_installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The good news is that all of this only requires a handful commands :astonished:
2525
# Installation commands for RHEL-based distros like CentOS, Rocky Linux, Almalinux, Fedora, ...
2626

2727
# install CernVM-FS
28-
sudo yum install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm
28+
sudo yum install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm
2929
sudo yum install -y cvmfs
3030

3131
# install EESSI configuration for CernVM-FS
@@ -46,7 +46,7 @@ The good news is that all of this only requires a handful commands :astonished:
4646

4747
# install CernVM-FS
4848
sudo apt-get install lsb-release
49-
wget https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest_all.deb
49+
wget https://cvmrepo.s3.cern.ch/cvmrepo/apt/cvmfs-release-latest_all.deb
5050
sudo dpkg -i cvmfs-release-latest_all.deb
5151
rm -f cvmfs-release-latest_all.deb
5252
sudo apt-get update

0 commit comments

Comments
 (0)