Add Ubuntu 23.10

This commit is contained in:
Greg Hellings
2023-11-27 10:04:06 -06:00
parent 149a509803
commit b2c05afd35
8 changed files with 94 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