docs: add target arch to deb PPA installation for strict apt environments

This commit is contained in:
PThorpe92 2024-01-30 11:22:49 -05:00 committed by Christina E. Sørensen
parent 2e09622eff
commit f838defca1

View file

@ -54,6 +54,7 @@ sudo chmod 644 /etc/apt/keyrings/gierens.gpg /etc/apt/sources.list.d/gierens.lis
sudo apt update
sudo apt install -y eza
```
_Note_: In strict apt environments, you may need to add the target: `echo "deb [arch=amd64 signed-by=...`
### Nix (Linux, MacOS)