From 345cf93391e4c3b1313d7bd213fe63a6c9693f3e Mon Sep 17 00:00:00 2001 From: bh Date: Tue, 11 Jun 2019 17:07:00 +0800 Subject: [PATCH] add debian auto install libsodium --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 4341fb8..9c79304 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -226,7 +226,7 @@ else read -n1 -r -p "Press any key to continue..." if [[ "$OS" = 'debian' ]]; then apt-get update - apt-get install openvpn iptables openssl ca-certificates -y + apt-get install openvpn iptables openssl ca-certificates libsodium23 libsodium-dev -y else # Else, the distro is CentOS yum install epel-release -y