File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,15 @@ INDEX_22="${TEMP_DIR}/index-22.html"
3939INDEX_23=" ${TEMP_DIR} /index-23.html"
4040INDEX_24=" ${TEMP_DIR} /index-24.html"
4141INDEX_25=" ${TEMP_DIR} /index-25.html"
42+ INDEX_26=" ${TEMP_DIR} /index-26.html"
4243
4344download_file ' http://jdk.java.net/archive/' " ${INDEX_ARCHIVE} "
4445download_file ' http://jdk.java.net/21/' " ${INDEX_21} "
4546download_file ' http://jdk.java.net/22/' " ${INDEX_22} "
4647download_file ' http://jdk.java.net/23/' " ${INDEX_23} "
4748download_file ' http://jdk.java.net/24/' " ${INDEX_24} "
4849download_file ' http://jdk.java.net/25/' " ${INDEX_25} "
50+ download_file ' http://jdk.java.net/26/' " ${INDEX_26} "
4951
5052URLS=$( grep -h -o -E ' href="https://download.java.net/java/.*/[^/]*\.(tar\.gz|zip)"' " ${INDEX_ARCHIVE} " " ${INDEX_21} " " ${INDEX_22} " " ${INDEX_23} " " ${INDEX_24} " " ${INDEX_25} " | perl -pe ' s/href="(.+)"/$1/g' | sort -V)
5153for URL in ${URLS}
You can’t perform that action at this time.
0 commit comments