From 81584a01708e6897cfaebe10fa90bcfd3fa446b8 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sun, 8 May 2022 23:03:37 +0200 Subject: [PATCH] add agent for KVM/QEMU --- nextcloud_install_production.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 774b7b78..fd64125f 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -445,6 +445,11 @@ calculate_php_fpm if [ "$SYSVENDOR" == "VMware, Inc." ]; then install_if_not open-vm-tools +elif [[ "$SYSVENDOR" == "QEMU" || "$SYSVENDOR" == "Red Hat" ]]; +then + install_if_not qemu-guest-agent + systemctl enable qemu-guest-agent + systemctl start qemu-guest-agent fi # Get not-latest Nextcloud version