Compare commits

Author SHA1 Message Date
CSRBot 367b4d936f chore(deps): update dependency kyverno/kyverno to v1.19.0 2026-08-20 09:09:15 +00:00
+3 -5
View File
@@ -1,8 +1,8 @@
# kyverno-cli-bin # kyverno-cli-bin
This repository contains build files to build the Arch Linux package `kyverno-cli-bin`. Instead of building the This repository contains build files to build the Arch Linux package `kyverno-cli-bin`. Instead of building the
package yourself, it can also be obtained from the following private repository. The section [*Obtaining pre-built package yourself, it can also be obtained from the following private repository. More detailed are described
packages from a repository*](#obtaining-pre-built-packages-from-a-repository) describes all necessary steps. [here](#obtaining-pre-built-packages-from-a-repository).
## Build ## Build
@@ -48,9 +48,7 @@ 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 tee -a /etc/pacman.conf > /dev/null <<EOF sudo echo "Include = /etc/pacman.d/repos/*.conf" >> /etc/pacman.conf
Include = /etc/pacman.d/repos/*.conf
EOF
# Update pacman cache # Update pacman cache
sudo pacman --sync --refresh sudo pacman --sync --refresh