Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
XIII
4 years agoSuper Contributor
CLI 2.0 fails to install on Raspberry Pi: 403 Forbidden [IP: 18.64.103.58 443]
When following the Apt guide CLI 2.0 fails to install on Raspberry Pi:
➜ sudo apt update && sudo apt install 1password-cli
Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
Hi...
Former Member
4 years agoHey XIII
Just wanted to follow up on our findings.
The issue arose from a mis-naming of the 32-bit arm architecture as arm
. It should have been labelled as armhf
.
For the time being, you can run the dpkg --add-architecture arm
command just before running apt install 1password-cli
in the last step so that it can download the package from the repo.
For our next release, we will be setting up the Debian package for the armhf
architecture instead of arm
.
Thanks for bringing this up, let us know if that step works for you, should you decide to try it. Otherwise, stay tuned for the fix in the next release!