From 3f14070c5d7d8bf4cbbdb6b425afa4452b6c381c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Kooman?= Date: Mon, 6 Mar 2023 14:46:47 +0100 Subject: [PATCH] add EL repo config --- REPO.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/REPO.md b/REPO.md index bdd20dd..a03471f 100644 --- a/REPO.md +++ b/REPO.md @@ -63,3 +63,31 @@ baseurl=https://repo.eduvpn.org/v3/rpm/fedora-$releasever-$basearch gpgcheck=1 enabled=1 ``` + +# Enterprise Linux + +## Repository Key + +```bash +$ curl -O https://repo.eduvpn.org/v3/rpm/repo+v3@eduvpn.org.asc +$ sudo rpm --import repo+v3@eduvpn.org.asc +``` + +## Repository Config + +Add the following to the file `/etc/yum.repos.d/eduVPN_v3.repo`: + +``` +[eduVPN_v3] +name=eduVPN 3.x Packages (EL9) +baseurl=*REPLACE ME, SEE BELOW* +gpgcheck=1 +enabled=1 +``` + +Set the `baseurl` with the value from the column, depending on your exact OS: + +| OS | `baseurl` | +| ------------- | ---------------------------------------------------- | +| Rocky Linux 9 | `https://repo.eduvpn.org/v3/rpm/rocky+epel-9-x86_64` | +| AlmaLinux 9 | `https://repo.eduvpn.org/v3/rpm/alma+epel-9-x86_64` | -- 2.45.2