Add Ubuntu 24.10

This commit is contained in:
Greg Hellings
2024-11-18 11:13:03 -06:00
parent f256eb583c
commit 83a3a9e9cb
8 changed files with 100 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -ex
apt install -y qemu-guest-agent
systemctl start qemu-guest-agent
systemctl enable qemu-guest-agent