VSCodium doesn't download #571

Closed
opened 2026-01-19 18:34:33 +00:00 by michael · 2 comments
Owner

Originally created by @mtbhuskies on GitHub.

Script is trying to download the dmg and the dmg.sha1

Adding && ! /sha1/ to the end of the curl command fixes the issue.

downloadURL=$(curl -fs "https://api.github.com/repos/VSCodium/vscodium/releases/latest" | awk -F '"' "/browser_download_url/ && /dmg/ && ! /sig/ && ! /CLI/ && ! /sha256/ && ! /sha1/ { print \$4 }")

Originally created by @mtbhuskies on GitHub. Script is trying to download the dmg and the dmg.sha1 Adding `&& ! /sha1/` to the end of the curl command fixes the issue. `downloadURL=$(curl -fs "https://api.github.com/repos/VSCodium/vscodium/releases/latest" | awk -F '"' "/browser_download_url/ && /dmg/ && ! /sig/ && ! /CLI/ && ! /sha256/ && ! /sha1/ { print \$4 }")`
michael added the bug label 2026-01-19 18:34:33 +00:00
Author
Owner

@mtbhuskies commented on GitHub:

@acodega Thanks. I can confirm this is fixed in version 9. Much appreciation.

@mtbhuskies commented on GitHub: @acodega Thanks. I can confirm this is fixed in version 9. Much appreciation.
Author
Owner

@acodega commented on GitHub:

This is fixed in version 9, the current dev branch. The label was updated to use Installomator's native GitHub support. Could you test and confirm?

@acodega commented on GitHub: This is fixed in version 9, the current dev branch. The label was updated to use Installomator's native GitHub support. Could you test and confirm?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Installomator/Installomator#571