Move to all shell scripts

This commit is contained in:
Greg Hellings
2023-08-23 16:26:13 -05:00
parent 4f03ff3d62
commit 18ff595f9b
13 changed files with 24 additions and 23 deletions
+1
View File
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -ex
apt update
apt install -y qemu-guest-agent
systemctl start qemu-guest-agent
systemctl enable qemu-guest-agent