Skip to content

Commit

Permalink
readme: document workaround for missing armel architecture on older r…
Browse files Browse the repository at this point in the history
…aspberrypi models
  • Loading branch information
avakarev committed Jan 23, 2022
1 parent 881e0e8 commit 840d2f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ Running command from above downloads a script and runs it.
Script might ask you for sudo password cause package managers like `apt` and `yum` require it to install the package.
It's a good idea to review [the script](./scripts/install.sh) before running it, so please feel free to do it.

**NOTE**:
If you are installing `dotfiles` on older RaspberryPi models and encounter error like:

dpkg: error processing archive:
package architecture (armel) does not match system (armhf)

Then run this command and retry installation script:

sudo dpkg --add-architecture armel

#### macOS

With [Homebrew](https://brew.sh/): `brew tap avakarev/tap && brew install dotfiles`
Expand Down

0 comments on commit 840d2f7

Please sign in to comment.