Skip to content

Instantly share code, notes, and snippets.

@tannernewell
Forked from JulianNorton/uninstall-rippling.sh
Last active August 13, 2021 21:48
Show Gist options
  • Save tannernewell/44d7201ecc56b5457e8a27903dafb519 to your computer and use it in GitHub Desktop.
Save tannernewell/44d7201ecc56b5457e8a27903dafb519 to your computer and use it in GitHub Desktop.
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'
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
@tannernewell
Copy link
Author

tannernewell commented Dec 23, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment