Skip to content

Commit

Permalink
Updating setup.sh to handle the deprecated cask call, same as the IL …
Browse files Browse the repository at this point in the history
…GCC project (#576)
  • Loading branch information
cram-cfa committed Jul 25, 2024
1 parent a8397c9 commit fc6281e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ else
fi

echo 'Installing brew packages'
brew tap homebrew/cask-versions
brew install temurin17 jenv gradle postgresql@14
brew install --cask temurin@17
brew install jenv gradle postgresql@14

# Install jenv in either the .bashrc or zshrc, whichever is present
if [ -f ~/.bashrc ]; then
Expand Down

0 comments on commit fc6281e

Please sign in to comment.