mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
7 lines
194 B
Bash
Executable File
7 lines
194 B
Bash
Executable File
#!/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
|