homebrew.sh

+update comments
This commit is contained in:
2021-01-03 09:59:24 +01:00
parent 5268f23fcd
commit e6fb194868

View File

@@ -24,6 +24,8 @@ declare -a do_not_update=()
# No distract mode (no user interaction)(Casks with 'latest' version number won't be updated)
no_distract=false
# Some Casks have auto_updates true or version :latest. Homebrew Cask cannot track versions of those apps.
# 'latest=true' force Homebrew to update those apps.
latest=false
#
###############################################################################################