Skip to content

Commit

Permalink
fix: force and overwrite when installing packages with brew (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig authored Apr 23, 2022
1 parent a2a12c6 commit 1a8339e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dependencies/install_brew_packages.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

brew update
brew install openssl readline sqlite xz zlib git bash curl
brew install --force --overwrite openssl readline sqlite xz zlib git bash curl

0 comments on commit 1a8339e

Please sign in to comment.