~fkooman/vpn-documentation

43aa2fdd38f88febaf1c20d8fadb304bcc77eb72 — François Kooman 2 months ago 1dbddc9
use basearch variable
1 files changed, 2 insertions(+), 2 deletions(-)

M REPO.md
M REPO.md => REPO.md +2 -2
@@ 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
```