Skip to content

Commit d7294cc

Browse files
committed
update install instructions with new url, fedora repo
1 parent 3b61a88 commit d7294cc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

cpt-quickstart.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ To add the CVMFS repository (available for Debian and RHEL flavors) and install
3333

3434
.. code-block:: console
3535
36-
sudo yum install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm
36+
sudo yum install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm
3737
sudo yum install -y cvmfs
3838
3939
.. tab-item:: Debian/Ubuntu
4040

4141
.. code-block:: console
4242
43-
wget https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest_all.deb
43+
wget https://cvmrepo.s3.cern.ch/cvmrepo/apt/cvmfs-release-latest_all.deb
4444
sudo dpkg -i cvmfs-release-latest_all.deb
4545
rm -f cvmfs-release-latest_all.deb
4646
sudo apt-get -y update
@@ -51,9 +51,8 @@ To add the CVMFS repository (available for Debian and RHEL flavors) and install
5151

5252
.. code-block:: console
5353
54-
sudo dnf install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.12.0/cvmfs-2.12.0-1.fc40.x86_64.rpm \
55-
https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm \
56-
http://ecsft.cern.ch/dist/cvmfs/cvmfs-2.12.0/cvmfs-libs-2.12.0-1.fc40.x86_64.rpm
54+
sudo dnf install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm
55+
sudo dnf install -y cvmfs
5756
5857
5958
Other Platforms

0 commit comments

Comments
 (0)