4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
echo "Fix locate not indexing home on Btrfs"
|
|
sudo sed -i 's/PRUNE_BIND_MOUNTS.*=.*/PRUNE_BIND_MOUNTS = "no"/' /etc/updatedb.conf
|
|
sudo updatedb
|