Retire Alma and Rocky 8 Update Alma/Rocky 9 to 9.4 Retire Fedora 38 Add Fedora 40
7 lines
128 B
Bash
7 lines
128 B
Bash
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
dnf install -y qemu-guest-agent
|
|
systemctl start qemu-guest-agent
|
|
systemctl enable qemu-guest-agent
|