From a1216b2e17fb62f73a44ccec3734c6e579e65645 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" <kali@leap.se> Date: Thu, 1 Oct 2020 11:15:33 +0200 Subject: [PATCH] [pkg] comment out expired cert --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3bc7fc5..78f2e933 100644 --- a/Makefile +++ b/Makefile @@ -186,7 +186,7 @@ ifeq (,$(wildcard build/${PROVIDER}/assets)) @ln -s ../../branding/assets/default build/${PROVIDER}/assets endif ifeq (,$(wildcard build/${PROVIDER}/staging/openvpn-osx)) - @curl -L https://downloads.leap.se/thirdparty/osx/openvpn/openvpn -o build/${PROVIDER}/staging/openvpn-osx + #@curl -L https://downloads.leap.se/thirdparty/osx/openvpn/openvpn -o build/${PROVIDER}/staging/openvpn-osx endif @cp -r ${TEMPLATES}/osx build/${PROVIDER} @VERSION=${VERSION} PROVIDER_CONFIG=${PROVIDER_CONFIG} ${SCRIPTS}/generate-osx.py build/${PROVIDER}/osx/data.json -- GitLab