diff --git a/scripts/installs/install_openjdk6.bat b/scripts/installs/install_openjdk6.bat index 2a33133..ffb7800 100644 --- a/scripts/installs/install_openjdk6.bat +++ b/scripts/installs/install_openjdk6.bat @@ -1,2 +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-b27-windows-amd64.zip', 'C:\Windows\Temp\openjdk-1.6.0-unofficial-b27-windows-amd64.zip')"