Add libfido2 required by bridge v3.22.0

This commit is contained in:
Aaron Ten Clay 2026-03-02 10:58:10 -08:00
parent 97014ae98c
commit 4d80d14f04
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ cd deb
ar x -v protonmail.deb
mkdir control
tar zxvf control.tar.gz -C control
sed -i "s/^Depends: .*$/Depends: libgl1, libc6, libsecret-1-0, libstdc++6, libgcc1/" control/control
sed -i "s/^Depends: .*$/Depends: libgl1, libc6, libsecret-1-0, libstdc++6, libgcc1, libfido2-1/" control/control
cd control
tar zcvf ../control.tar.gz .
cd ../