Mejorado script de WireguardTools
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user