Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WKINT-311] Update install_java.ps1 to use absolute path for java.zip #484

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

richl-dd
Copy link

When running the install script on a VM, java.zip was not downloaded to the correct directory (it was downloaded to C:\Windows\System32\). Update the script to download the .zip file to the same directory that the script is executing in and use $out to extract the file content.

When running the install script on a VM, `java.zip` was not downloaded to the correct directory (it was downloaded to `C:\Windows\System32\`). Update the script to download the .zip file to the same directory that the script is executing in and use `$out` to extract the file content.
@richl-dd richl-dd requested review from a team as code owners November 29, 2023 00:00
@richl-dd richl-dd changed the title Update install_java.ps1 to use absolute path for java.zip [WKINT-311] Update install_java.ps1 to use absolute path for java.zip Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants