Fedora installer for PIA
I made change to the installer for Ubuntu
And add feature to resolve SElinux and openvpn conflict at line 130.
PIA installer for Fedora
-This script automatically setup Private Interenet Access VPN for Fedora users.
-Fedora has replaced yum package manager with dnf and this script uses dnf.
-This script has not been tested with Eariler edition Fedora. It has been tested on Fedora 22 desktop and Fedora 23 Workstation.
-"drhedberg" reported that the script also works with Opensuse 13.2 by replacing dnf with zypper.
-Featured universal password
Based on the Ubuntu installer from PIA
run
$ git clone https://github.com/shaynewang/piafedora.git
$ cd piafedora
$ chmod +x install_fedora.sh
$ sudo ./install_fedora.sh
Comments
Thanks a lot.
Edit... Just a note to cd to piafedora not pifedora
Thanks a lot for your sharing your hard work, shaynewang.
After installing as per above on fedora 23 workstation when vpn fails internet continues as open connection.
Not sure if this right place to ask question but hoping someone has a simple way to kill internet connection on vpn fail.
I've put together some instructions as well (step by step, not fully scripted) in case someone is interested: https://techwords.io/en/configuring-pia-vpn-on-fedora/
./install_fedora22.sh: line 145: semanage: command not found
Loading servers information..
Removing previous config files if existing..
Creating config files..
Restarting network manager..
Install successful!
also might check the contents of /etc/os-release and use dnf if ID is fedora and zypper when ID is opensuse ?
(works on Fedora 27)