Merge pull request #1763 from dibir-magomedsaygitov/v-dimago/enable-spotlight-indexing

[macOS] Enable spotlight indexing
This commit is contained in:
Maxim Lobanov
2020-10-09 09:39:31 +03:00
committed by GitHub

View File

@@ -28,6 +28,3 @@ sudo "/Library/Application Support/VMware Tools/vmware-resolutionSet" 1176 885
curl https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer --output $HOME/AppleWWDRCAG3.cer --silent
sudo security add-trusted-cert -d -r unspecified -k /Library/Keychains/System.keychain $HOME/AppleWWDRCAG3.cer
rm $HOME/AppleWWDRCAG3.cer
# Disable spotlight indexing to prevent possible high CPU usage after startup
sudo mdutil -ai off