Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zulujdk17 url malformed #1568

Open
peterlbk opened this issue Mar 26, 2024 · 0 comments
Open

Zulujdk17 url malformed #1568

peterlbk opened this issue Mar 26, 2024 · 0 comments
Labels
application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc. application-requested

Comments

@peterlbk
Copy link

Hi guys,

when testing ZuluJDK17 we noticed that the dmg was not downloaded. It seems that there were bits missing from the downloadurl variable.

We ended up using 'curl -fs "https://cdn.azul.com/zulu/bin/" | grep -Eio '">zulu17.*ca-jdk17.aarch64.dmg(.)' | cut -c3- | tail -1 | awk -F "<" '{print $1}'' for arm and 'curl -fs "https://cdn.azul.com/zulu/bin/" | grep -Eio '">zulu17.*ca-jdk17.x64.dmg(.)' | cut -c3- | tail -1 | awk -F "<" '{print $1}'' for intel.
Now it seems to work properly.

@scriptingosx scriptingosx added application-requested application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc. labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc. application-requested
Projects
None yet
Development

No branches or pull requests

2 participants