mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
Documentation: Only install missing packages for Arch Linux.
By default `pacman -S` will reinstall all the packages that are already installed on the system.
This commit is contained in:
parent
707d92db61
commit
fbc54a2dba
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ sudo zypper install curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs patch
|
||||||
|
|
||||||
**Arch Linux / Manjaro**
|
**Arch Linux / Manjaro**
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S base-devel cmake curl mpfr libmpc gmp e2fsprogs qemu qemu-arch-extra
|
sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs qemu qemu-arch-extra
|
||||||
```
|
```
|
||||||
|
|
||||||
**ALT Linux**
|
**ALT Linux**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue