Explorar o código

Update MacInitial.sh

MoeClub %!s(int64=4) %!d(string=hai) anos
pai
achega
e0bbba03c4
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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"