aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-linux-Ubuntu-22.04-x86_64/70-install_QemuGA.sh
blob: 9a80fc0b8cc07588077a08518b83835d596a29b1 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
# Copyright (C) 2020 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 apt -y install qemu-guest-agent
sudo systemctl start qemu-guest-agent