Created
October 2, 2020 07:53
-
-
Save WganMe/05722bb2c5997909409aa2cd3a4debc2 to your computer and use it in GitHub Desktop.
Add RTM and metrics repository for CentOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vi /etc/yum.repos.d/ovh-rtm.repo | |
[rtm] | |
name=OVH RTM RHEL/ CentOS $releasever - $basearch | |
baseurl=http://last.public.ovh.rtm.snap.mirrors.ovh.net/centos/$releasever/$basearch/Packages/ | |
enabled=1 | |
repo_gpgcheck=1 | |
gpgkey=http://last.public.ovh.rtm.snap.mirrors.ovh.net/ovh_rtm.pub | |
[metrics] | |
name=OVH METRICS RHEL/ CentOS $releasever - $basearch | |
baseurl=http://last.public.ovh.metrics.snap.mirrors.ovh.net/centos/$releasever/$basearch/Packages/ | |
enabled=1 | |
repo_gpgcheck=1 | |
gpgkey=http://last.public.ovh.metrics.snap.mirrors.ovh.net/pub.key | |
yum update | |
yum install ovh-rtm-metrics-toolkit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment