Clean up, auto yes choices

This commit is contained in:
Marwolf
2018-07-17 07:03:47 -04:00
parent f7e6cb9dcd
commit 7720924618

View File

@@ -63,8 +63,6 @@ echo:
choco install -y jdk8 choco install -y jdk8
echo: echo:
echo: echo:
SET /P install="Please follow the Java install prompts and press enter here once finished."
echo:
goto askdocker goto askdocker
:askdocker :askdocker
@@ -122,8 +120,6 @@ echo:
choco install -y git.install choco install -y git.install
echo: echo:
echo: echo:
SET /P install="Please follow the Git install prompts and press enter here once finished."
echo:
goto askide goto askide
:askide :askide
@@ -150,19 +146,19 @@ goto askide
:installnetbeans :installnetbeans
echo: echo:
choco install netbeans choco install -y netbeans
echo: echo:
goto skip goto skip
:installintellij :installintellij
echo: echo:
choco install intellijidea-community choco install -y intellijidea-community
echo: echo:
goto skip goto skip
:installeclipse :installeclipse
echo: echo:
choco install eclipse choco install -y eclipse
echo: echo:
goto skip goto skip