aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-linux-RHEL-8.6-x86_64/70-install_QemuGA.sh
blob: 62b799e050f4e0979ad00e2659fa3b49925fb604 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

# This script installs QEMU Guest Agent

set -ex

sudo yum -y install qemu-guest-agent
sudo systemctl start qemu-guest-agent