mirror of
https://github.com/Installomator/Installomator.git
synced 2026-02-18 04:22:32 +00:00
VSCodium doesn't download #571
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 }")@mtbhuskies commented on GitHub:
@acodega Thanks. I can confirm this is fixed in version 9. Much appreciation.
@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?