blob: 0202323a7ca2d7069b4e3b352639761117ce6661 (
plain)
1
2
3
4
|
#!/bin/sh
# Bitmask Post-Instalation script
cp se.leap.bitmask-helper.plist /Library/LaunchDaemons/
launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist || echo "Already loaded, skipping..."
|