mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Use Temurin 11 instead of discontinued AdoptOpenJDK on macOS (#5718)
This commit is contained in:
parent
3f1d02598e
commit
6bb11ad227
@ -25,7 +25,8 @@ one-by-one:
|
|||||||
|
|
||||||
brew install python@3.9
|
brew install python@3.9
|
||||||
brew install git
|
brew install git
|
||||||
brew install --cask adoptopenjdk/openjdk/adoptopenjdk11
|
brew tap homebrew/cask-versions
|
||||||
|
brew install --cask temurin11
|
||||||
|
|
||||||
By default, Python installed through Homebrew is not added to the load path.
|
By default, Python installed through Homebrew is not added to the load path.
|
||||||
To fix this, you should run these commands:
|
To fix this, you should run these commands:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user