Skip to content

Commit 1eb7113

Browse files
Merge pull request #1763 from dibir-magomedsaygitov/v-dimago/enable-spotlight-indexing
[macOS] Enable spotlight indexing
2 parents dd807ac + fd42010 commit 1eb7113

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

images/macos/provision/configuration/configure-machine.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,4 @@ sudo "/Library/Application Support/VMware Tools/vmware-resolutionSet" 1176 885
2727
# sudo security delete-certificate -Z FF6797793A3CD798DC5B2ABEF56F73EDC9F83A64 /Library/Keychains/System.keychain
2828
curl https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer --output $HOME/AppleWWDRCAG3.cer --silent
2929
sudo security add-trusted-cert -d -r unspecified -k /Library/Keychains/System.keychain $HOME/AppleWWDRCAG3.cer
30-
rm $HOME/AppleWWDRCAG3.cer
31-
32-
# Disable spotlight indexing to prevent possible high CPU usage after startup
33-
sudo mdutil -ai off
30+
rm $HOME/AppleWWDRCAG3.cer

0 commit comments

Comments
 (0)