Prepare Leap 16 for eventual release

This commit is contained in:
Greg Hellings
2024-11-18 18:26:48 -06:00
parent 3ca62bcd2e
commit c03db23fa3
8 changed files with 260 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -ex
zypper install -y qemu-guest-agent
systemctl start qemu-guest-agent
systemctl enable qemu-guest-agent