add agent for KVM/QEMU

This commit is contained in:
Daniel Hansson 2022-05-08 23:03:37 +02:00 committed by GitHub
parent 6f646b5de3
commit 81584a0170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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