diff --git a/get.sh b/get.sh index 0725a97473..b1a6423cab 100755 --- a/get.sh +++ b/get.sh @@ -298,7 +298,7 @@ getBinaryOpenjdk() if [ "$TEST_IMAGES_REQUIRED" == "true" ]; then download_url+=" ${download_url_base}${n}" fi - elif [[ $n != *"install"* ]]; then + elif [[ $n != *"install"* && $n != *"unsigned"* ]]; then download_url+=" ${download_url_base}${n}" fi done