Skip to content

Commit

Permalink
Updated broken link and rename install_openjdk7.bat to install_openjd…
Browse files Browse the repository at this point in the history
…k6.bat

updated the broken link in the issue rapid7#595 as per recommendations by @jmartin-tech
  • Loading branch information
parzival0037 authored Oct 29, 2023
1 parent da3ac10 commit ca40b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions scripts/installs/install_openjdk6.bat
Original file line number Diff line number Diff line change
@@ -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')" <NUL
cmd /c ""C:\Program Files\7-Zip\7z.exe" x "C:\Windows\Temp\openjdk-1.6.0-unofficial-b28-windows-amd64-installer.zip" -oC:\openjdk6"
2 changes: 0 additions & 2 deletions scripts/installs/install_openjdk7.bat

This file was deleted.

0 comments on commit ca40b34

Please sign in to comment.