mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +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
Notes:
sideshowbarker
2024-07-19 04:36:23 +09:00
Author: https://github.com/asynts 🔰
Commit: fbc54a2dba
Pull-request: https://github.com/SerenityOS/serenity/pull/2886
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