mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
add agent for KVM/QEMU
This commit is contained in:
parent
6f646b5de3
commit
81584a0170
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user