From 54e7c1fbd84d3b517ab5fee912b88f234df7360f Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Wed, 26 Feb 2020 11:37:09 -0500 Subject: [PATCH] Switch on old(?) boot chime Why would you turn this off Apple?!? --- lib/macos.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/macos.sh b/lib/macos.sh index 69c6d7b..78ac685 100755 --- a/lib/macos.sh +++ b/lib/macos.sh @@ -7,6 +7,13 @@ osascript -e 'tell application "System Preferences" to quit' # Ask for the administrator password upfront sudo -v +############################################################################### +# Hardware tweaks # +############################################################################### + +# Switch on the old boot chime +sudo nvram StartupMute=%00 + ############################################################################### # General UI/UX # ###############################################################################