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

Lucid link url not working #1601

Open
peterlbk opened this issue Apr 15, 2024 · 2 comments
Open

Lucid link url not working #1601

peterlbk opened this issue Apr 15, 2024 · 2 comments
Labels
application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc. help wanted Extra attention is needed

Comments

@peterlbk
Copy link

we use downloadURL=$(curl -s https://www.lucidlink.com/download | awk -F "href="" '{print $2}' | awk -F """ '{print $1}' | grep pkg) for now

@scriptingosx scriptingosx added application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc. help wanted Extra attention is needed labels Apr 15, 2024
@peterlbk
Copy link
Author

or maybe better:
curl -s https://www.lucidlink.com/download | awk -F "target="_blank" href="" '{print $2}' | awk -F""" '{print$1}' | grep pkg

@liquidz00
Copy link

@peterlbk What happens when you try the existing link https://www.lucidlink.com/download/latest/osx/stable/? Do you get an error?

The _blank portion of your second command may also not be getting captured correctly due to your use of double quotes but I'm not certain.

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. help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants