diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-31 18:49:18 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-31 18:49:18 +0200 |
commit | 6aa1aeba607e59fb45af961fb74e9c1844694851 (patch) | |
tree | f00732ce14c8d85cf8c1e392605cee551c60e42c /pkg/osx/post-inst.sh | |
parent | 9b889f8789a77a1457e5cb5724aed908ba42af67 (diff) |
[pkg] copy over osx boilerplate from legacy repo
Diffstat (limited to 'pkg/osx/post-inst.sh')
-rwxr-xr-x | pkg/osx/post-inst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/osx/post-inst.sh b/pkg/osx/post-inst.sh new file mode 100755 index 0000000..f88ea97 --- /dev/null +++ b/pkg/osx/post-inst.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# Bitmask Post-Instalation script + +cp se.leap.bitmask-helper.plist /Library/LaunchDaemons/ +launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist +cp tuntap_20150118.pkg /tmp/ +open /tmp/tuntap_20150118.pkg |