mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-22 14:23:09 +01: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
|