Clean up, auto yes choices
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user