docs(README): update 'obtaining pre-built packages from a repository'

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-08-21 16:49:42 +02:00
co-authored by Copilot
parent 237c0c72b3
commit 75ef57e3ff
+5 -3
View File
@@ -4,8 +4,8 @@
![AUR votes](https://img.shields.io/aur/votes/opa-regal) ![AUR votes](https://img.shields.io/aur/votes/opa-regal)
This repository contains build files to build the Arch Linux package `opa-regal`. Instead of building the package This repository contains build files to build the Arch Linux package `opa-regal`. Instead of building the package
yourself, it can also be obtained from the following private repository. More detailed are described yourself, it can also be obtained from the following private repository. The section [*Obtaining pre-built
[here](#obtaining-pre-built-packages-from-a-repository). packages from a repository*](#obtaining-pre-built-packages-from-a-repository) describes all necessary steps.
## Build ## Build
@@ -51,7 +51,9 @@ EOF
sudo pacman-key --keyserver hkps://keys.openpgp.org --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982 sudo pacman-key --keyserver hkps://keys.openpgp.org --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
# Extend existing pacman configuration of the repository 'volker.raschek' # Extend existing pacman configuration of the repository 'volker.raschek'
sudo echo "Include = /etc/pacman.d/repos/*.conf" >> /etc/pacman.conf sudo tee -a /etc/pacman.conf > /dev/null <<EOF
Include = /etc/pacman.d/repos/*.conf
EOF
# Update pacman cache # Update pacman cache
sudo pacman --sync --refresh sudo pacman --sync --refresh