diff options
author | Kali Kaneko <kali@leap.se> | 2016-02-11 13:34:46 -0800 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-18 16:17:26 -0400 |
commit | d01772d0a83535bf45fa43786213a9a0fcb232bc (patch) | |
tree | c97764258125debe1e36071a5e893d297040ab02 /pkg/osx/post-inst.sh | |
parent | 9affaaacb18598fc98be669ef1c086b0afe4ad91 (diff) |
[refactor] cleanup helper usage to adapt to new one
also cleanups build process
Diffstat (limited to 'pkg/osx/post-inst.sh')
-rwxr-xr-x | pkg/osx/post-inst.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/osx/post-inst.sh b/pkg/osx/post-inst.sh index 2fc719f0..03dc4d2f 100755 --- a/pkg/osx/post-inst.sh +++ b/pkg/osx/post-inst.sh @@ -1,6 +1,8 @@ #!/bin/sh -# Post-Instalation script +# 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 |