SeedSigner / seedsigner-os

SeedSigner OS | Minimal Raspberry Pi image made for SeedSigner
MIT License
97 stars 25 forks source link

Add specific apt versions for libmagic1 and libmagic-mgc #62

Closed newtonick closed 1 year ago

newtonick commented 1 year ago

Alternative to PR #61. Only one of these PR's should be merged.

Corrects the same error documented in #61 only this approach fixes the error head on by forcing apt-get install to use versions that won't cause the apt-get install command to fail with unmet dependencies.

jdlcdl commented 1 year ago

As of 3d4863e

ACK tested (limited to pi0)

This worked for me to build an image (with expected reproducible hash) for pi0 and app-branch=0.7.0-rc1.

While this worked fine for me and was ACK tested, Now that #61 is merged, I remove my approval, it was only there to confirm a tested choice.