From e04f61897995f29a0d060fa634659cc7525c1b6f Mon Sep 17 00:00:00 2001 From: Artem <79601745+Sovenok-Hacker@users.noreply.github.com> Date: Sat, 6 Jan 2024 17:35:51 +0300 Subject: [PATCH] Add "--needed" to Arch command to avoid reinstalling packages --- doc/compiling/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/compiling/linux.md b/doc/compiling/linux.md index d2e30f74e00e..ee137dd3de28 100644 --- a/doc/compiling/linux.md +++ b/doc/compiling/linux.md @@ -30,7 +30,7 @@ For openSUSE users: For Arch users: - sudo pacman -S base-devel libcurl-gnutls cmake libxi libpng sqlite libogg libvorbis openal freetype2 jsoncpp gmp luajit leveldb ncurses zstd gettext + sudo pacman -S --needed base-devel libcurl-gnutls cmake libxi libpng sqlite libogg libvorbis openal freetype2 jsoncpp gmp luajit leveldb ncurses zstd gettext For Alpine users: