Skip to content

Instantly share code, notes, and snippets.

@DevinNorgarb
Created October 9, 2022 10:10
Show Gist options
  • Save DevinNorgarb/72ef03d6222c4afd8ac17e33de77f1f6 to your computer and use it in GitHub Desktop.
Save DevinNorgarb/72ef03d6222c4afd8ac17e33de77f1f6 to your computer and use it in GitHub Desktop.
install pritunl client - ubuntu 20.04
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