mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +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: https://github.com/SerenityOS/serenity/commit/fbc54a2dbaf 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**
|
||||
```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**
|
||||
|
|
Loading…
Reference in a new issue