-
-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
good first issueGood for newcomersGood for newcomersnew packageNew package proposalNew package proposal
Description
Is this a new request?
- I have checked that this app does not already have a pending request and has not previously been declined.
App Name
eduVPN
Download URL
https://codeberg.org/eduVPN/linux-app/releases
Website URL
App Summary
eduVPN is a VPN service for educational organizations, usually required/the easiest way to access the intranet of the org.
There are debian repos published on https://docs.eduvpn.org/client/linux/installation.html. For example, for Debian 12 the instructions are:
sudo apt update
sudo apt install apt-transport-https wget
wget -O- https://app.eduvpn.org/linux/v4/deb/app+linux@eduvpn.org.asc | 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/ bookworm main" | sudo tee /etc/apt/sources.list.d/eduvpn-v4.list
sudo apt update
sudo apt install eduvpn-client
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersnew packageNew package proposalNew package proposal