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

sublimetext installation file #578

Closed
chrisshilang opened this issue Jun 15, 2022 · 4 comments
Closed

sublimetext installation file #578

chrisshilang opened this issue Jun 15, 2022 · 4 comments
Labels
application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc.

Comments

@chrisshilang
Copy link

seems sublimetext is unable to download, the link is broken.

@bbenkle
Copy link

bbenkle commented Jun 16, 2022

Looks like the the Download URL has changed.

I updated it to:

downloadURL="$(curl -fs "https://www.sublimetext.com/download_thanks?target=mac#direct-downloads" | grep "mac.zip" | grep -o -i -E "https.*"| cut -d '"' -f1 | head -1)"

@chrisshilang
Copy link
Author

Looks like the the Download URL has changed.

I updated it to:

downloadURL="$(curl -fs "https://www.sublimetext.com/download_thanks?target=mac#direct-downloads" | grep "mac.zip" | grep -o -i -E "https.*"| cut -d '"' -f1 | head -1)"

Thanks bbenkle

@scriptingosx
Copy link
Collaborator

see also #623

@scriptingosx scriptingosx added the application-issue App label issue that's not an Installomator bug. Vendor changed their installer, their website, etc. label Jul 18, 2022
@scriptingosx
Copy link
Collaborator

closed with #593

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.
Projects
None yet
Development

No branches or pull requests

3 participants