Last updated 10 months ago
To install WireGuard Server on a system, we can use easy installer script.
Get the script, and make it executable.
$ curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh $ chmod +x wireguard-install.sh
To install WireGuard Server, run -
$ ./wireguard-install.sh
Source: