Add Ubuntu 24.04

This commit is contained in:
Greg Hellings
2024-06-29 23:37:19 -05:00
parent e8c212e422
commit 97241ba179
8 changed files with 101 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