summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-10-01 11:15:33 +0200
committerRuben Pollan <meskio@sindominio.net>2020-10-13 19:08:30 +0200
commita1216b2e17fb62f73a44ccec3734c6e579e65645 (patch)
treedb31ca861855077edf59efcfa3c85c74da747a2d
parent6a1c90a260c44cb27ba14a70cc5dd23189822832 (diff)
[pkg] comment out expired cert
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3bc7fc..78f2e93 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