Skip to content

Commit

Permalink
Doc: Document Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Apr 26, 2024
1 parent b78d554 commit 639561c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/md/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ $ sudo apt update
$ sudo apt install eduvpn-client
```

### Ubuntu 24.04

``` console
$ sudo apt update
$ sudo apt install apt-transport-https wget
$ wget -O- https://app.eduvpn.org/linux/v4/deb/[email protected] | gpg --dearmor | sudo tee /usr/share/keyrings/eduvpn-v4.gpg >/dev/null
$ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/eduvpn-v4.gpg] https://app.eduvpn.org/linux/v4/deb/ noble main" | sudo tee /etc/apt/sources.list.d/eduvpn-v4.list
$ sudo apt update
$ sudo apt install eduvpn-client

### Linux Mint 20.x

``` console
Expand Down

0 comments on commit 639561c

Please sign in to comment.