From 7d54e7dfd073c5f8a90a7055fd99d5dccb5277b6 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 5 Jul 2018 00:17:26 +0200 Subject: [pkg] get openvpn for osx for now I'm skipping the integration of the build step for openvpn. this is done manually, using the thirdparty scripts in bitmask-dev, and uploaded periodically to downloads.leap.se --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5aea1a2..1822453 100755 --- a/Makefile +++ b/Makefile @@ -44,9 +44,8 @@ deps_osx: # TODO - bootstrap homebrew if not there brew install python golang make upx openvpn_osx: -# TODO - the build script is in bitmask-dev/pkg/thirdparty. we can clone from there, or move that stuff here. -# TODO for now we can download it from downloads.leap.se echo "[+] downloading openvpn..." + wget -O $(STAGING)/openvpn https://downloads.leap.se/thirdparty/osx/openvpn/openvpn helper_osx: go build -ldflags "-s -w" -o $(STAGING)/$(HELPER_BIN) ./helper upx $(STAGING)/$(HELPER_BIN) -- cgit v1.2.3