mirror of
https://github.com/mtan93/homebridge.git
synced 2026-05-23 14:18:53 +01:00
add Scripts to Rule Them All
This commit is contained in:
Executable
+6
@@ -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
|
||||
Reference in New Issue
Block a user