trailing white spaces
This commit is contained in:
+12
-11
@@ -10,6 +10,7 @@ set -eoux pipefail
|
|||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
source /ctx/build/copr-helpers.sh
|
source /ctx/build/copr-helpers.sh
|
||||||
|
|
||||||
|
|
||||||
# Enable nullglob for all glob operations to prevent failures on empty matches
|
# Enable nullglob for all glob operations to prevent failures on empty matches
|
||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
|
|
||||||
@@ -39,17 +40,17 @@ echo "::group:: Install Packages"
|
|||||||
dnf5 install -y \
|
dnf5 install -y \
|
||||||
fastfetch \
|
fastfetch \
|
||||||
btop \
|
btop \
|
||||||
libvirt \
|
libvirt \
|
||||||
libvirt-daemon \
|
libvirt-daemon \
|
||||||
libvirt-daemon-driver-qemu \
|
libvirt-daemon-driver-qemu \
|
||||||
libvirt-daemon-config-network \
|
libvirt-daemon-config-network \
|
||||||
libvirt-daemon-kvm \
|
libvirt-daemon-kvm \
|
||||||
libvirt-client \
|
libvirt-client \
|
||||||
qemu-kvm \
|
qemu-kvm \
|
||||||
qemu-img \
|
qemu-img \
|
||||||
virt-manager \
|
virt-manager \
|
||||||
virt-viewer \
|
virt-viewer \
|
||||||
usbredir \
|
usbredir \
|
||||||
usbredir-server
|
usbredir-server
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user