diff options
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 00000000..f88ea97a --- /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 |