Last active
June 21, 2018 13:58
-
-
Save sixeyed/e325b6640ad7685612487ebc79ddba7c to your computer and use it in GitHub Desktop.
Install .NET & Java IDEs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
choco install -y visualstudio2017enterprise | |
choco install -y intellijidea-ultimate | |
choco install -y dotnetcore-sdk | |
choco install -y jdk8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment