aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/macos/disable_spotlight.sh
blob: a404d3e738dca97c3464b31d8702d832879648e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
# Copyright (C) 2017 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

# Disable spotlight and and stop indexing
sudo mdutil -a -i off
sudo mdutil -a -i off /
# Disable spotlight indexing /Volumes
sudo mdutil -i off /Volumes
# Erase spotlight index
sudo mdutil -E /