From ca40b34a1dd313e803c9919a68cc0c8f5691a21b Mon Sep 17 00:00:00 2001 From: ShahzebFarruk <61950234+ShahzebFarruk@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:26:02 -0400 Subject: [PATCH] Updated broken link and rename install_openjdk7.bat to install_openjdk6.bat updated the broken link in the issue #595 as per recommendations by @jmartin-tech --- scripts/installs/install_openjdk6.bat | 2 ++ scripts/installs/install_openjdk7.bat | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 scripts/installs/install_openjdk6.bat delete mode 100644 scripts/installs/install_openjdk7.bat diff --git a/scripts/installs/install_openjdk6.bat b/scripts/installs/install_openjdk6.bat new file mode 100644 index 0000000..391a84d --- /dev/null +++ b/scripts/installs/install_openjdk6.bat @@ -0,0 +1,2 @@ +powershell -Command "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile('https://github.com/downloads/alexkasko/openjdk-unofficial-builds/openjdk-1.6.0-unofficial-b28-windows-amd64-installer.zip', 'C:\Windows\Temp\openjdk-1.6.0-unofficial-b28-windows-amd64-installer.zip')"