Created
October 9, 2022 10:10
-
-
Save DevinNorgarb/72ef03d6222c4afd8ac17e33de77f1f6 to your computer and use it in GitHub Desktop.
install pritunl client - ubuntu 20.04
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
sudo tee /etc/apt/sources.list.d/pritunl.list << EOF | |
deb https://repo.pritunl.com/stable/apt focal main | |
EOF | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A | |
sudo apt-get update | |
sudo apt-get install pritunl-client-electron |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment