#!/bin/sh mkdir tmp_compile cd tmp_compile git clone https://github.com/WireGuard/wireguard-tools . cd src && make && make install cd ../.. && rm -r tmp_compile/ echo "copying binary to /usr/bin/" cp wireguard-go /usr/bin/