Skip to content

Commit

Permalink
fix(auto): #24 - fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-delaloy committed Mar 7, 2022
1 parent b7ec185 commit c109a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec/packages/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
source "$PWD"/config/ui.sh
source "$PWD"/config/cfg.sh

exec_a="/bin/bash -c $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
exec_a="export NONINTERACTIVE=1 && /bin/bash -c $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
exec_b=(brew update)
exec_c=(brew upgrade)
exec_d=(brew cleanup)
Expand Down

0 comments on commit c109a6d

Please sign in to comment.