add Scripts to Rule Them All

This commit is contained in:
Jon Maddox
2015-09-14 22:53:49 -04:00
parent 8131f6936e
commit 6f71faf355
6 changed files with 75 additions and 0 deletions

6
script/uninstall Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
echo "Uninstalling Homebridge..."
forever stop homebridge > /dev/null 2>&1
launchctl unload ~/Library/LaunchAgents/org.homebridge.plist
rm ~/Library/LaunchAgents/org.homebridge.plist