1 parent f717d2f commit 421ed0fCopy full SHA for 421ed0f
1 file changed
build_files/build.sh
@@ -37,6 +37,7 @@ dnf5 install -y \
37
qemu-system-x86-core \
38
qemu-user-binfmt \
39
qemu-user-static \
40
+ virt-manager \
41
42
# I remove fuse-encfs because according to the README in the repository, the
43
# project isn't actively maintained. (https://github.com/vgough/encfs)
@@ -56,7 +57,6 @@ dnf5 remove -y \
56
57
gnome-shell-extension-caffeine \
58
gnome-shell-extension-blur-my-shell \
59
yaru-theme \
- virt-manager \
60
61
# I typically add my user to the libvirt group so I can start up virtual machines
62
# without entering a sudo password. The group is missing from the standard Bluefin
0 commit comments