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 9b9f6dd commit 0cbff8e
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="NONINTERACTIVE=1 /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\""
exec_a=(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 0cbff8e

Please sign in to comment.