Add openSuSE LEAP 15.6

This commit is contained in:
Greg Hellings
2024-04-04 13:33:17 -05:00
parent 8f63f52363
commit 1f7c092b94
7 changed files with 157 additions and 2 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