From 9d76662d76cc0772b2c99ae8c2e0f15db8d4475c Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 24 Aug 2024 10:26:56 -0400 Subject: [PATCH] Update wireguard-install.sh try again to configure Network Address Translation --- install/wireguard-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/wireguard-install.sh b/install/wireguard-install.sh index e1b470fc..b647cc49 100644 --- a/install/wireguard-install.sh +++ b/install/wireguard-install.sh @@ -22,6 +22,7 @@ msg_ok "Installed Dependencies" msg_info "Installing WireGuard" $STD apt-get install -y wireguard wireguard-tools net-tools iptables +$STD DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confnew" install -y iptables-persistent msg_ok "Installed WireGuard" msg_info "Installing WGDashboard"