mon5termatt / medicat_installer

Medicat Installer Repo
https://medicatusb.com
GNU General Public License v3.0
1.59k stars 120 forks source link

Use `jq` to fetch latest ventoy version #80

Closed eclipseo closed 1 month ago

eclipseo commented 5 months 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 is widely available: https://repology.org/project/jq/versions and curl is probably installed on your toaster.