Last active
December 6, 2022 16:45
-
-
Save uzantonomon/5a80292c9f2a8fcf88476ec2787ee13e to your computer and use it in GitHub Desktop.
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 -a /etc/yum.repos.d/pritunl.repo << EOF | |
[pritunl] | |
name=Pritunl Stable Repository | |
baseurl=https://repo.pritunl.com/stable/yum/centos/7/ | |
gpgcheck=1 | |
enabled=1 | |
EOF | |
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 7568D9BB55FF9E5287D586017AE645C0CF8E292A | |
gpg --armor --export 7568D9BB55FF9E5287D586017AE645C0CF8E292A > key.tmp; sudo rpm --import key.tmp; rm -f key.tmp | |
sudo yum install pritunl-client-gtk |
Yes that worked. Thank you very much for the reply.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. This gist has a few years, they probably changed the package name. Try with pritunl-client.
You can check the available files here: http://repo.pritunl.com/stable/yum/centos/7/