~fkooman/vpn-documentation

1dbddc94330b0d6acd948338087ae3225f3025c8 — François Kooman 1 year, 9 months ago 3f14070
simplify
1 files changed, 20 insertions(+), 7 deletions(-)

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