Skip to content

Commit fdf2489

Browse files
committed
update readme: packages now in repo
1 parent 80d6446 commit fdf2489

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,18 @@ The prometheus-cvmfs-exporter provides detailed insights into CVMFS client perfo
1919

2020
**RPM-based systems (RHEL, CentOS, AlmaLinux, Fedora):**
2121
```bash
22-
sudo rpm -ivh prometheus-cvmfs-exporter-1.0.0-1.el9.noarch.rpm
22+
sudo yum install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm
23+
sudo yum install -y prometheus-cvmfs-exporter
2324
sudo systemctl enable --now cvmfs-client-prometheus.socket
2425
```
2526

2627
**DEB-based systems (Debian, Ubuntu):**
2728
```bash
28-
sudo dpkg -i prometheus-cvmfs-exporter_1.0.0-1_all.deb
29+
wget https://cvmrepo.s3.cern.ch/cvmrepo/apt/cvmfs-release-latest_all.deb
30+
sudo dpkg -i cvmfs-release-latest_all.deb
31+
rm -f cvmfs-release-latest_all.deb
32+
sudo apt-get -y update
33+
sudo apt-get -y install prometheus-cvmfs-exporter
2934
sudo systemctl enable --now cvmfs-client-prometheus.socket
3035
```
3136

0 commit comments

Comments
 (0)