From 5ef6a0a74041557aa7b3e0470671b049e2c111c0 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Dec 2025 12:35:20 +0100 Subject: [PATCH] install_openvpn.conf: add 'zip' to the needed debian packages. --- install_openvpn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_openvpn.sh b/install_openvpn.sh index 55c146c..d30bb97 100755 --- a/install_openvpn.sh +++ b/install_openvpn.sh @@ -3,7 +3,7 @@ script_dir="$(dirname $(realpath $0))" conf_file=${script_dir}/conf/install_openvpn.conf -_needed_debian_packages="openvpn easy-rsa" +_needed_debian_packages="openvpn easy-rsa zip" # - Used if system does NOT support systemd # -