Skip to content

Commit

Permalink
Merge pull request #139 from ho-nl/fix/pin-mysql-client-version
Browse files Browse the repository at this point in the history
Pin mysql-client version to 8.4
  • Loading branch information
rustmaestro authored Oct 4, 2024
2 parents 321b50a + 53a9c50 commit 6ba0dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ done

echo "
Installing mysql-client, gnu-sed, pv, jq, imagemagick, pkg-config"
brew install gnu-sed mysql-client pv jq imagemagick pkg-config &>/dev/null
brew install gnu-sed mysql-client@8.4 pv jq imagemagick pkg-config &>/dev/null

brew link mysql-client --force &>/dev/null

Expand Down

0 comments on commit 6ba0dde

Please sign in to comment.