From 08be7c8bbe8cd8fa2b1b541eca9f2270180e58f8 Mon Sep 17 00:00:00 2001 From: Iris Date: Mon, 15 Jul 2024 13:28:36 -0700 Subject: [PATCH] update arch base-devel install command (#1354) the '--needed' flag only installs the package if it isn't installed, otherwise it would reinstall it if already installed. --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index cb6101fa..8f96d06a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -224,7 +224,7 @@ standard tooling needed to build packages, such as a compiler and binary tools. .. code-block:: bash - sudo pacman -S base-devel + sudo pacman -S --needed base-devel Now you are ready to install the OCRmyPDF package.