From 1dbddc94330b0d6acd948338087ae3225f3025c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Kooman?= Date: Mon, 6 Mar 2023 14:50:20 +0100 Subject: [PATCH] simplify --- REPO.md | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/REPO.md b/REPO.md index a03471f..541a987 100644 --- a/REPO.md +++ b/REPO.md @@ -64,7 +64,7 @@ gpgcheck=1 enabled=1 ``` -# Enterprise Linux +# AlmaLinux ## Repository Key @@ -80,14 +80,27 @@ 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* +baseurl=https://repo.eduvpn.org/v3/rpm/alma+epel-9-x86_64 gpgcheck=1 enabled=1 ``` -Set the `baseurl` with the value from the column, depending on your exact OS: +# Rocky Linux -| 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` | + +```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=https://repo.eduvpn.org/v3/rpm/rocky+epel-9-x86_64 +gpgcheck=1 +enabled=1 +``` -- 2.38.5