Skip to content

Commit

Permalink
Create ignoreCatalina.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
manavortex authored Oct 13, 2019
1 parent c1bdd43 commit 7fcbcfd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bash/os_x/ignoreCatalina.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

# Locate Caching Servers
/usr/bin/AssetCacheLocatorUtil

# Reset ignored updates
sudo /usr/sbin/softwareupdate --reset-ignored
sudo /usr/sbin/softwareupdate --ignore "macOS Catalina"

defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
killall Dock

0 comments on commit 7fcbcfd

Please sign in to comment.