-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Installation: Update supported codenames
- Loading branch information
1 parent
8937166
commit 0c7e192
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,24 +76,24 @@ $ sudo apt update | |
$ sudo apt install eduvpn-client | ||
``` | ||
|
||
### Ubuntu 23.10 | ||
### 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/ mantic main" | sudo tee /etc/apt/sources.list.d/eduvpn-v4.list | ||
$ 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 | ||
``` | ||
|
||
### Ubuntu 24.04 | ||
### Ubuntu 24.10 | ||
|
||
``` 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 | ||
$ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/eduvpn-v4.gpg] https://app.eduvpn.org/linux/v4/deb/ oracular main" | sudo tee /etc/apt/sources.list.d/eduvpn-v4.list | ||
$ sudo apt update | ||
$ sudo apt install eduvpn-client | ||
``` | ||
|
@@ -120,6 +120,17 @@ $ sudo apt update | |
$ sudo apt install eduvpn-client | ||
``` | ||
|
||
### Linux Mint 22.x | ||
|
||
``` 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 | ||
``` | ||
|
||
### Fedora (39, 40 & 41) | ||
|
||
``` console | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters