From 321b0e3bb3dd500b5df5ecb11143dff21c1f4889 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Mon, 8 Feb 2016 11:35:47 -0500 Subject: [PATCH] Uncommented SSD config --- setupScripts/osx.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setupScripts/osx.sh b/setupScripts/osx.sh index 4faf07c..aaabcb7 100755 --- a/setupScripts/osx.sh +++ b/setupScripts/osx.sh @@ -794,12 +794,12 @@ header "Running SSD Specific OSX Tweaks" seek_confirmation "Confirm that you have an SSD Hard Drive and want to disable sudden motion sensor." if is_confirmed; then - # success "Remove the sleep image file to save disk space" - # sudo rm /Private/var/vm/sleepimage - # success "Create a zero-byte file instead…" - # sudo touch /Private/var/vm/sleepimage - # success "…and make sure it can’t be rewritten" - # sudo chflags uchg /Private/var/vm/sleepimage + success "Remove the sleep image file to save disk space" + sudo rm /Private/var/vm/sleepimage + success "Create a zero-byte file instead…" + sudo touch /Private/var/vm/sleepimage + success "…and make sure it can’t be rewritten" + sudo chflags uchg /Private/var/vm/sleepimage success "Disable the sudden motion sensor as it’s not useful for SSDs" sudo pmset -a sms 0