Nitpick, sort some lists alphabetically

merge-requests/19/head
Arnaud Rebillout 4 years ago
parent b8cf725719
commit fb799cf349
No known key found for this signature in database
GPG Key ID: E725E87914600216

@ -2,8 +2,8 @@
## Install packages required for virtualization support. ## Install packages required for virtualization support.
## ##
#if ARCHITECTURES amd64 i386 #if ARCHITECTURES amd64 i386
virtualbox-guest-x11
hyperv-daemons hyperv-daemons
virtualbox-guest-x11
#endif #endif
#if ARCHITECTURES amd64 i386 arm64 #if ARCHITECTURES amd64 i386 arm64
open-vm-tools-desktop open-vm-tools-desktop

@ -1,13 +1,13 @@
# Add packages required for virtualization support (installed by # Add packages required for virtualization support (installed by
# /usr/lib/finish-install.d/08hw-detect) including their recommends # /usr/lib/finish-install.d/08hw-detect) including their recommends
hyperv-daemons
open-vm-tools
open-vm-tools-desktop open-vm-tools-desktop
qemu-guest-agent
virtualbox-guest-utils
virtualbox-guest-x11
xauth xauth
xserver-xorg-video-vmware xserver-xorg-video-vmware
open-vm-tools
virtualbox-guest-x11
virtualbox-guest-utils
hyperv-daemons
qemu-guest-agent
# Ensure unrar is available, otherwise the "unrar | unar" dependency # Ensure unrar is available, otherwise the "unrar | unar" dependency
# in kali-linux-headless ends up satisfied by the unar alternative # in kali-linux-headless ends up satisfied by the unar alternative
unrar unrar

Loading…
Cancel
Save