Add Fedora 39

This commit is contained in:
Greg Hellings
2023-11-27 09:34:30 -06:00
parent 1ad227be4a
commit c8510c94aa
7 changed files with 200 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -ex
dnf install -y qemu-guest-agent
systemctl start qemu-guest-agent
systemctl enable qemu-guest-agent