summaryrefslogtreecommitdiff
path: root/pkg/osx/installer/post-inst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/osx/installer/post-inst.sh')
-rwxr-xr-xpkg/osx/installer/post-inst.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkg/osx/installer/post-inst.sh b/pkg/osx/installer/post-inst.sh
index f88ea97a..0202323a 100755
--- a/pkg/osx/installer/post-inst.sh
+++ b/pkg/osx/installer/post-inst.sh
@@ -1,7 +1,4 @@
#!/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
+launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist || echo "Already loaded, skipping..."