Is there documentation anywhere on how to uninstal...
# macos
s
Is there documentation anywhere on how to uninstall an orbit package?
s
Try asking #fleet ?
z
Good reminder we need to document this. I think this should do it
Copy code
sudo launchctl unload /Library/LaunchDaemons/com.fleetdm.orbit.plist
sudo rm -rf /var/lib/orbit /Library/LaunchDaemons/com.fleetdm.orbit.plist /usr/local/bin/orbit
s
Thanks @seph and @zwass
b
@zwass the readme file is not up to date with uninstall guide, maybe you didn’t merge it on master branch