diff options
-rwxr-xr-x | brew.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # Ask for the administrator password upfront. sudo -v -# Keep-alive: update existing `sudo` time stamp until `.osx` has finished. +# Keep-alive: update existing `sudo` time stamp until the script has finished. while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null & # Make sure we’re using the latest Homebrew. |