diff --git a/docs/compiling-coreboot.md b/docs/compiling-coreboot.md index 09f782d8..86a53fab 100644 --- a/docs/compiling-coreboot.md +++ b/docs/compiling-coreboot.md @@ -14,7 +14,7 @@ Building and flashing your own firmware has the potential to brick your device. 1. **Install tools and libraries needed for coreboot:** * Debian based distros: `sudo apt-get install -y bison build-essential curl flex git gnat imagemagick libncurses5-dev m4 nasm python-is-python3 uuid-dev zlib1g-dev` - * Arch based distros: `sudo pacman -S base-devel curl git gcc-ada ncurses zlib` +* Arch based distros: `sudo pacman --needed -S base-devel curl git gcc-ada ncurses zlib nasm imagemagick` * Redhat based distros: `sudo dnf install git make gcc-gnat flex bison xz bzip2 gcc g++ ncurses-devel wget zlib-devel patch openssl libuuid-devel nasm texinfo` 2. **Clone the repository:** * `git clone https://github.com/mrchromebox/coreboot`