Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri committed Jan 18, 2024
1 parent 43e39a0 commit 1b785df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/corretto-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function correttodl {

MD5NEW=$(curl -L -s https://corretto.aws/downloads/latest_checksum/amazon-corretto-${JVERSION}-x64-windows-${PACKAGE}.msi)
# DLURL="https://corretto.aws/downloads/latest/amazon-corretto-${JVERSION}-x64-windows-${PACKAGE}.msi"
[[ if $JVERSION == "8" ]]
if [[ $JVERSION == "8" ]]
then
DLURL="https://corretto.aws/downloads/resources/${DLVERSIONNEW}/amazon-corretto-${DLVERSIONNEW}-windows-x64-${PACKAGE}.msi"
else
Expand Down

0 comments on commit 1b785df

Please sign in to comment.