mirror of
git://code.qt.io/qt/qt5.git
synced 2026-07-19 21:12:33 +08:00
Install qemu-guest-agent on Ubuntu-24.04-aarch64
Pick-to: 6.8 Task-number: QTQAINFRA-7938 Change-Id: I963cc027207bb75123cbd20e6d3925e7ce6022e8 Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Dimitrios Apostolou <jimis@qt.io> (cherry picked from commit75db654544) (cherry picked from commit1a3d100ae2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
60843a693b
commit
08c556d85a
10
coin/provisioning/qtci-linux-Ubuntu-24.04-aarch64/70-install_QemuGA.sh
Executable file
10
coin/provisioning/qtci-linux-Ubuntu-24.04-aarch64/70-install_QemuGA.sh
Executable file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user