We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027ea61 commit fd42010Copy full SHA for fd42010
images/macos/provision/configuration/configure-machine.sh
@@ -27,7 +27,4 @@ sudo "/Library/Application Support/VMware Tools/vmware-resolutionSet" 1176 885
27
# sudo security delete-certificate -Z FF6797793A3CD798DC5B2ABEF56F73EDC9F83A64 /Library/Keychains/System.keychain
28
curl https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer --output $HOME/AppleWWDRCAG3.cer --silent
29
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
+rm $HOME/AppleWWDRCAG3.cer
0 commit comments