From 25efef56506c74a7883210d5e884f73d29831ad2 Mon Sep 17 00:00:00 2001 From: hsand <14326961+hsand@users.noreply.github.com> Date: Tue, 5 Jan 2021 13:18:00 +0100 Subject: [PATCH] Update README.md Use openresolv instead of symlink --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 6412cde..ecf4acc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ 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 @@ -36,11 +36,6 @@ 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