From 43aa2fdd38f88febaf1c20d8fadb304bcc77eb72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Kooman?= Date: Mon, 6 Mar 2023 19:35:40 +0100 Subject: [PATCH] use basearch variable --- REPO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REPO.md b/REPO.md index 541a987..0a2172c 100644 --- a/REPO.md +++ b/REPO.md @@ -80,7 +80,7 @@ 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/alma+epel-9-x86_64 +baseurl=https://repo.eduvpn.org/v3/rpm/alma+epel-9-$basearch gpgcheck=1 enabled=1 ``` @@ -100,7 +100,7 @@ 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 +baseurl=https://repo.eduvpn.org/v3/rpm/rocky+epel-9-$basearch gpgcheck=1 enabled=1 ``` -- 2.38.5