Mejorado script de WireguardTools

This commit is contained in:
2025-11-11 19:22:14 +01:00
parent 77ab957725
commit 789f46aab2
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
# Updates wireguard-tools from upstream git.zx2c4.com on Ubuntu systems. # Updates wireguard-tools from upstream git.zx2c4.com on Ubuntu systems.
REPO_URL="https://git.zx2c4.com/wireguard-tools" 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() { require_cmd() {
if ! command -v "$1" >/dev/null 2>&1; then if ! command -v "$1" >/dev/null 2>&1; then