Browse Source

Update MacInitial.sh

MoeClub 4 năm trước cách đây
mục cha
commit
e0bbba03c4
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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"