[WireGuard] Change default OS to Ubuntu 20.04

Only 20.04 is supported with WireGuard on ARM64 for some reason with pivpn
This commit is contained in:
Sam Heinz
2024-04-14 19:00:06 +10:00
parent cd45e67a0a
commit 37637ef385

View File

@@ -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