From b1a4a8bf8645466e4ac5e962e8a0e9810c445d64 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 28 Feb 2026 19:59:16 +0100 Subject: [PATCH] trailing white spaces --- build/10-build.sh | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/build/10-build.sh b/build/10-build.sh index 9bcde28..1c577ed 100755 --- a/build/10-build.sh +++ b/build/10-build.sh @@ -10,6 +10,7 @@ set -eoux pipefail # shellcheck source=/dev/null source /ctx/build/copr-helpers.sh + # Enable nullglob for all glob operations to prevent failures on empty matches shopt -s nullglob @@ -39,17 +40,17 @@ echo "::group:: Install Packages" dnf5 install -y \ fastfetch \ btop \ - libvirt \ - libvirt-daemon \ - libvirt-daemon-driver-qemu \ - libvirt-daemon-config-network \ - libvirt-daemon-kvm \ - libvirt-client \ - qemu-kvm \ - qemu-img \ - virt-manager \ - virt-viewer \ - usbredir \ + libvirt \ + libvirt-daemon \ + libvirt-daemon-driver-qemu \ + libvirt-daemon-config-network \ + libvirt-daemon-kvm \ + libvirt-client \ + qemu-kvm \ + qemu-img \ + virt-manager \ + virt-viewer \ + usbredir \ usbredir-server