mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 21:06:23 +10:00
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user