You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.
If you try to run this script on a vanilla Debian or Ubuntu machine, you'll get errors that wg service is not found. Just run the following before you run the script and you will not face any issues running later:
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.3).
libelf-dev is already the newest version (0.168-1).
iptables is already the newest version (1.6.0+snapshot20161117-6).
libmnl-dev is already the newest version (1.0.4-2).
lsb-release is already the newest version (9.20161125).
pkg-config is already the newest version (0.29-4+b1).
linux-headers-4.9.0-11-amd64 is already the newest version (4.9.189-3+deb9u2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.3).
libelf-dev is already the newest version (0.168-1).
iptables is already the newest version (1.6.0+snapshot20161117-6).
libmnl-dev is already the newest version (1.0.4-2).
lsb-release is already the newest version (9.20161125).
pkg-config is already the newest version (0.29-4+b1).
linux-headers-4.9.0-11-amd64 is already the newest version (4.9.189-3+deb9u2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
If you try to run this script on a vanilla Debian or Ubuntu machine, you'll get errors that wg service is not found. Just run the following before you run the script and you will not face any issues running later:
sudo apt-get install libmnl-dev libelf-dev linux-headers-$(uname -r) build-essential pkg-config lsb-release iptables libmnl-dev libelf-dev linux-headers-$(uname -r) build-essential pkg-config libmnl-dev libelf-dev linux-headers-$(uname -r) build-essential pkg-config -y
The text was updated successfully, but these errors were encountered: