Skip to content

Instantly share code, notes, and snippets.

@tannernewell
tannernewell / uninstall-rippling.sh
Last active August 13, 2021 21:48 — forked from JulianNorton/uninstall-rippling.sh
uninstall rippling
#!/bin/bash
sudo launchctl unload /Library/LaunchDaemons/com.rippling.*
sudo rm -rf /Library/LaunchDaemons/com.rippling.*
sudo rm -rf /opt/rippling
sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText ""
sudo profiles -R -p com.rippling.password
sudo launchctl unload /Library/LaunchDaemons/com.googlecode.munki.*
sudo rm -rf '/Applications/Utilities/Managed Software Update.app'