File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ To add the CVMFS repository (available for Debian and RHEL flavors) and install
33
33
34
34
.. code-block :: console
35
35
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
37
37
sudo yum install -y cvmfs
38
38
39
39
.. tab-item :: Debian/Ubuntu
40
40
41
41
.. code-block :: console
42
42
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
44
44
sudo dpkg -i cvmfs-release-latest_all.deb
45
45
rm -f cvmfs-release-latest_all.deb
46
46
sudo apt-get -y update
@@ -51,9 +51,8 @@ To add the CVMFS repository (available for Debian and RHEL flavors) and install
51
51
52
52
.. code-block :: console
53
53
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
57
56
58
57
59
58
Other Platforms
You can’t perform that action at this time.
0 commit comments