1Password: Difference between revisions

Line 34: Line 34:
</syntaxhighlight>
</syntaxhighlight>
*To verify packages signatures and make sure they’re authentic, add lines below:
*To verify packages signatures and make sure they’re authentic, add lines below:
<syntaxhighlight lang="shell">
<syntaxhighlight lang="shell" line="1">
sudo mkdir -p /etc/debsig/policies/AC2D62742012EA22/
sudo mkdir -p /etc/debsig/policies/AC2D62742012EA22/
</syntaxhighlight><syntaxhighlight lang="shell">
curl -sS https://downloads.1password.com/linux/debian/debsig/1password.pol | sudo tee /etc/debsig/policies/AC2D62742012EA22/1password.pol
curl -sS https://downloads.1password.com/linux/debian/debsig/1password.pol | sudo tee /etc/debsig/policies/AC2D62742012EA22/1password.pol
</syntaxhighlight><syntaxhighlight lang="shell">
sudo mkdir -p /usr/share/debsig/keyrings/AC2D62742012EA22
sudo mkdir -p /usr/share/debsig/keyrings/AC2D62742012EA22
</syntaxhighlight><syntaxhighlight lang="shell">
curl -sS https://downloads.1password.com/linux/keys/1password.asc | sudo gpg --dearmor --output /usr/share/debsig/keyrings/AC2D62742012EA22/debsig.gpg
curl -sS https://downloads.1password.com/linux/keys/1password.asc | sudo gpg --dearmor --output /usr/share/debsig/keyrings/AC2D62742012EA22/debsig.gpg
</syntaxhighlight>
</syntaxhighlight>