Added Alma support

This commit is contained in:
Greg Hellings
2024-01-09 17:57:49 -06:00
parent c2b661c8bf
commit 4caccc6bcf
14 changed files with 403 additions and 2 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