build/30-virt.sh aktualisiert
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/bash
|
||||
set -eoux pipefail
|
||||
|
||||
###############################################################################
|
||||
# Transaction 2: Virtualization, Tools & Hardware Helpers
|
||||
# Zusammengefasst für effizientere Paketauflösung.
|
||||
###############################################################################
|
||||
echo "Installing Virtualization, Plasma Setup and Hardware Helpers..."
|
||||
dnf5 install -y \
|
||||
--allowerasing \
|
||||
distrobox \
|
||||
plasma-setup \
|
||||
libva-utils \
|
||||
micro \
|
||||
fuse-libs
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user