JWWeatherman / yeticold

https://yeticold.com
Other
66 stars 23 forks source link

fix(deps): install curl dependency for GPG key import #182

Closed epiccurious closed 3 days ago

epiccurious commented 4 weeks ago

Closes https://github.com/JWWeatherman/yeticold/issues/180.

The signature verification script includes a step where it downloads the signing keys for the trusted signers.

That key import step fails because the curl dependency isn't installed by default on Ubuntu.

There are two ways to fix this:

Choosing the approach of installing curl since it's a commonly used dependency, and rewriting the verification script has a chance to induce regressions.

JWWeatherman commented 3 days ago

Accepted PR