Update version of script

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2026-05-22 15:46:49 +02:00
parent 192bfaa29c
commit 527fe89cc9
4 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ function install_brew_programs() {
if [[ ! " ${INSTALLED_PROGRAMS[*]} " =~ ${i} ]] &&
[[ ! " ${LIST_OF_PROGRAMS_DISABLE[*]} " =~ ${i} ]]; then
timestamp "Installing the $i brew cask program"
brew install $i --cask --force
brew install $i --cask --appdir=~/Applications --force
fi
done