Skip to content

Commit 4bd3af9

Browse files
committed
Jenv setup script: fix
1 parent 0f08aea commit 4bd3af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenv_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ brew install jenv
3232

3333
mkdir -p "${HOME}/.jenv/versions"
3434

35-
brew install --cask
35+
brew install --cask \
3636
"temurin@17" \
3737
"temurin@21"
3838

0 commit comments

Comments
 (0)