Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use openresolv instead of symlink
  • Loading branch information
hsand authored Jan 5, 2021
1 parent 56441fb commit 25efef5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,14 @@ The script should generate a `.conf` file that can be imported into the WireGuar
## Linux (Debian/Ubuntu)
Install dependencies, clone pia-wg project, and create a virual Python environment:
```
sudo apt install git python3-venv wireguard
sudo apt install git python3-venv wireguard openresolv
git clone https://github.com/hsand/pia-wg.git
cd pia-wg
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

Fix [bug](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939904) with wg-quick
```
sudo ln -s /usr/bin/resolvectl /usr/local/bin/resolvconf
```

Run the tool, and follow the prompts
```
python3 generate-config.py
Expand Down

0 comments on commit 25efef5

Please sign in to comment.