Move open-vm-tools-desktop out of the if statement

Now that the open-vm-tools package supports arm64 and VMWare fusion is available for the M1 Macbooks, lets make sure that open-vm-tools-desktop is also available for arm64.
merge-requests/19/head
Steev Klimaszewski 4 years ago
parent 50a06be454
commit aaf1a294ee

@ -2,10 +2,10 @@
## Install packages required for virtualization support.
##
#if ARCHITECTURES amd64 i386
open-vm-tools-desktop
virtualbox-guest-x11
hyperv-daemons
#endif
open-vm-tools-desktop
qemu-guest-agent
spice-vdagent
xrdp

Loading…
Cancel
Save