xlionjuan / rustdesk-rpm-repo

Unofficial RustDesk rpm (and SUSE) repo (latest&nightly)
1 stars 0 forks source link

Make fpm parallel and use `jq` to parse JSON #10

Closed xlionjuan closed 4 days ago

xlionjuan commented 4 days ago

Mystery problem solved

In the script, after getting the GitHub API JSON data, it will use grep to determine browser_download_url is exists or not, but even with the same JSON data, grep will think browser_download_url didn't exist sometimes, use jq fixed the problem.