Get all the outputs

This commit is contained in:
Greg Hellings
2024-07-13 00:18:40 -05:00
parent dc6a77049c
commit 6d29120dc5
18 changed files with 24 additions and 18 deletions
+5
View File
@@ -1,6 +1,11 @@
#!/usr/bin/env bash
set -ex
for f in /etc/yum.repos.d/*; do
echo "$f"
cat "$f"
done
cat /etc/yum.conf || true
yum install -y qemu-guest-agent
systemctl start qemu-guest-agent
systemctl enable qemu-guest-agent