mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-26 16:51:30 +01:00
Fix ca-certificates errors
This commit is contained in:
parent
1bf105e809
commit
faaa48d372
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user