mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update cleanup_macos.sh (#6977)
* Update cleanup_macos.sh Remove the installer package receipt. * Update cleanup_macos.sh Continue on error
This commit is contained in:
parent
140a651f3b
commit
52583e240a
1 changed files with 2 additions and 0 deletions
|
|
@ -5,3 +5,5 @@ sudo launchctl unload /Library/LaunchDaemons/com.fleetdm.orbit.plist
|
|||
|
||||
sudo pkill fleet-desktop || true
|
||||
sudo rm -rf /Library/LaunchDaemons/com.fleetdm.orbit.plist /var/lib/orbit /usr/local/bin/orbit /var/log/orbit /opt/orbit/
|
||||
|
||||
sudo pkgutil --forget com.fleetdm.orbit.base.pkg || true
|
||||
|
|
|
|||
Loading…
Reference in a new issue