Skip to content

Instantly share code, notes, and snippets.

@jonathanhle
Created November 4, 2016 04:29
Show Gist options
  • Save jonathanhle/7f324fef26b758f7ea100256793eeaa9 to your computer and use it in GitHub Desktop.
Save jonathanhle/7f324fef26b758f7ea100256793eeaa9 to your computer and use it in GitHub Desktop.
Pritunl Ubuntu 14.04 Client Install
#!/usr/bin/env bash
echo "deb http://repo.pritunl.com/stable/apt trusty main" > /etc/apt/sources.list.d/pritunl.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
apt-get update -y
apt-get install pritunl-client-gtk -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment