Closed eclipseo closed 1 month ago
Current script was not working for me to fetch ventoy latest version from Github's API. Since we're fetching json, let's actually use jq to read it properly.
jq
jq is widely available: https://repology.org/project/jq/versions and curl is probably installed on your toaster.
curl
Current script was not working for me to fetch ventoy latest version from Github's API. Since we're fetching json, let's actually use
jq
to read it properly.jq
is widely available: https://repology.org/project/jq/versions andcurl
is probably installed on your toaster.