diff --git a/Sistema/UpdateWireguard.sh b/Sistema/UpdateWireguard.sh index b2c9ce3..a4380a9 100644 --- a/Sistema/UpdateWireguard.sh +++ b/Sistema/UpdateWireguard.sh @@ -4,7 +4,7 @@ set -euo pipefail # Updates wireguard-tools from upstream git.zx2c4.com on Ubuntu systems. REPO_URL="https://git.zx2c4.com/wireguard-tools" -BUILD_DEPS=(git make gcc pkg-config libmnl-dev libelf-dev) +BUILD_DEPS=(git make gcc pkg-config libmnl-dev libelf-dev make) require_cmd() { if ! command -v "$1" >/dev/null 2>&1; then