From faaa48d37257e5f29af9754be69701d891407d4c Mon Sep 17 00:00:00 2001 From: Angristan Date: Sat, 19 Mar 2016 22:51:00 +0100 Subject: [PATCH] Fix ca-certificates errors --- openvpn-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index 0c795e3..cfcca5d 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -207,6 +207,7 @@ else echo "Okay, that was all I needed. We are ready to setup your OpenVPN server now" read -n1 -r -p "Press any key to continue..." if [[ "$OS" = 'debian' ]]; then + apt-get install ca-certificates -y # We add the OpenVPN repo to get the latest version. # Debian 7 if [[ "$VERSION_ID" = 'VERSION_ID="7"' ]]; then