dev-setup icon indicating copy to clipboard operation
dev-setup copied to clipboard

Remove duplicate `sudo tmutil disablelocal`

Open codeanpeace opened this issue 2 years ago • 0 comments

Under "Time Machine" section:

# Disable local Time Machine backups
hash tmutil &> /dev/null && sudo tmutil disablelocal

Under "SSD-specific tweaks" section:

# Disable local Time Machine snapshots
sudo tmutil disablelocal

codeanpeace avatar Feb 08 '22 02:02 codeanpeace