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' |