From 37637ef3853b46b549a856458ed2f3c1f0d8b5f8 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Sun, 14 Apr 2024 19:00:06 +1000 Subject: [PATCH] [WireGuard] Change default OS to Ubuntu 20.04 Only 20.04 is supported with WireGuard on ARM64 for some reason with pivpn --- ct/wireguard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/wireguard.sh b/ct/wireguard.sh index 9b7488dbf..32c94840d 100644 --- a/ct/wireguard.sh +++ b/ct/wireguard.sh @@ -22,8 +22,8 @@ APP="Wireguard" var_disk="2" var_cpu="1" var_ram="512" -var_os="debian" -var_version="11" +var_os="ubuntu" +var_version="20.04" variables color catch_errors