Browse Source

Update MacInitial.sh

MoeClub 4 years ago
parent
commit
e0bbba03c4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      MacInitial.sh

+ 3 - 1
MacInitial.sh

@@ -210,10 +210,12 @@ echo -e "\n# Replace spindump ..."
 RENAMEBIN "/usr/sbin/spindump"
 
 # Disable Update Notice
+echo -e "\n# Disable Update Notice ..."
 find "/System/Library/PrivateFrameworks/SoftwareUpdate.framework" -type f -name "SoftwareUpdateNotificationManager" |xargs -t -I "{}" chmod 644 "{}"
 
 # Disable Update Check
-find "/System/Library/CoreServices/Software Update.app" -type f -name "softwareupdated" |xargs -t -I "{}" chmod 644 "{}"
+#echo -e "\n# Disable Update Check ..."
+#find "/System/Library/CoreServices/Software Update.app" -type f -name "softwareupdated" |xargs -t -I "{}" chmod 644 "{}"
 
 # Finish
 echo -e "\n# Finish! \n"