mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-15 21:03:05 +00:00
add Scripts to Rule Them All
This commit is contained in:
6
script/uninstall
Executable file
6
script/uninstall
Executable 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
|
||||
Reference in New Issue
Block a user