Rocky 10 and 9.6 release

This commit is contained in:
Greg Hellings
2025-08-17 02:20:16 -05:00
parent 80ea1ffb4b
commit b0e1e83aea
8 changed files with 200 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