Use brew install --cask instead of brew cask install (#4865)

This commit is contained in:
jack1142 2021-03-01 18:25:55 +01:00 committed by GitHub
parent 7126482449
commit 85dc6f4cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ one-by-one:
echo 'export PATH="/usr/local/opt/python@3.8/bin:$PATH"' >> ~/.profile
source ~/.profile
brew install git
brew cask install adoptopenjdk/openjdk/adoptopenjdk11
brew install --cask adoptopenjdk/openjdk/adoptopenjdk11
Continue by `creating-venv-linux`.