Skip to content

Commit

Permalink
Adds missing sudo based on mathiasbynens/pull/795
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos committed Feb 2, 2019
1 parent 0c6a8a3 commit c4bcaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .macos
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ defaults write com.apple.spotlight orderedItems -array \
'{"enabled" = 0;"name" = "MENU_WEBSEARCH";}' \
'{"enabled" = 0;"name" = "MENU_SPOTLIGHT_SUGGESTIONS";}'
# Load new settings before rebuilding the index
killall mds > /dev/null 2>&1
sudo killall mds > /dev/null 2>&1
# Make sure indexing is enabled for the main volume
sudo mdutil -i on / > /dev/null
# Rebuild the index from scratch
Expand Down

0 comments on commit c4bcaab

Please sign in to comment.