diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-10-01 11:15:33 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:30 +0200 |
commit | a1216b2e17fb62f73a44ccec3734c6e579e65645 (patch) | |
tree | db31ca861855077edf59efcfa3c85c74da747a2d | |
parent | 6a1c90a260c44cb27ba14a70cc5dd23189822832 (diff) |
[pkg] comment out expired cert
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |