onichols-pivotal commented on a change in pull request #6439:
URL: https://github.com/apache/geode/pull/6439#discussion_r626985923



##########
File path: ci/images/google-windows-geode-builder/packer.json
##########
@@ -85,7 +85,7 @@
         "Move-Item \"C:\\Program Files\\BellSoft\\LibericaJDK-11*\" 
c:\\java11",
         "choco install -y liberica8jdk",
         "Move-Item \"C:\\Program Files\\BellSoft\\LibericaJDK-8*\" c:\\java8",
-        "choco install -y openssh --version 7.7.2.1 /SSHServerFeature",
+        "choco install openssh -params '/SSHServerFeature' -confirm",

Review comment:
       choco docs say `-y` or `--yes` or `--confirm` all mean the same thing, 
not sure about `-confirm` but I guess it is 
[ok](https://docs.chocolatey.org/en-us/choco/commands/#how-to-pass-options-switches)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to