-
-
Save tannernewell/44d7201ecc56b5457e8a27903dafb519 to your computer and use it in GitHub Desktop.
uninstall rippling
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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' | |
sudo rm -rf '/Applications/Managed Software Center.app' | |
sudo rm -rf '/Applications/msc.app' | |
sudo rm -f /Library/LaunchDaemons/com.googlecode.munki.* | |
sudo rm -f /Library/LaunchAgents/com.googlecode.munki.* | |
sudo rm -rf '/Library/Managed Installs' | |
sudo rm -rf /usr/local/munki | |
sudo pkgutil --forget com.googlecode.munki.core | |
sudo pkgutil --forget com.googlecode.munki.admin | |
sudo pkgutil --forget com.googlecode.munki.app | |
sudo pkgutil --forget com.googlecode.munki.launchd | |
sudo pkgutil --forget com.googlecode.munki | |
sudo profiles -R -p com.rippling.munki | |
sudo rm -f /Applications/Rippling | |
sudo rm -rf '~/Library/Application Support/Rippling' | |
sudo rm -rf '/Library/Application Support/Rippling' | |
sudo rm -f /Library/LaunchAgents/com.rippling.tray.plist | |
sudo rm -rf /opt/rippling-readonly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After running the script, search Finder for any remaining files and folders with "Rippling" in the name, and carefully delete them all.
Similarly, remove the RipplingAdmin account in System Preferences.