Protect what matters – even after you're gone. Make a plan for your digital legacy today.
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 agoThis may be caused by a bug in our installation instructions. Do you mind printing out this command and letting me know?
echo $(dpkg --print-architecture)
We use that line to determine the architecture, but only support amd64, 386, arm, and arm64. I have a feeling it is going to print armhf on your machine.
Depending on your OS, you can try replacing the $(dpkg --print-architecture) statements in the instructions with either arm or arm64. From my very recent Google search, it looks like Raspberry Pi 3 and above are 64 bit.
Thanks for reporting this, it is very helpful in improving our installation docs for all users.