Disable Mojave Nag Updates for Sierra Users

BenjaminH
New Contributor

Hey All,

Simple script to stop Mojave update nags for your Sierra users. This seems to work well within our environment.

#!/bin/sh

rm -rf /Library/Bundles/OSXNotification.bundle

softwareupdate --ignore macOSInstallerNotification_GM
1 REPLY 1

WhippsT
Contributor

I need to test this. Thanks for passing on the info!