From 486cf56bafb6467d6a799c59b131bbaeabeece2e Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 6 May 2020 03:19:03 +0200 Subject: [PATCH] we use overlay for Docker, not AUFS --- nextcloud_install_production.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 9ff0841d..e2eda2ec 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -726,16 +726,16 @@ apt autoremove -y apt autoclean find /root "/home/$UNIXUSER" -type f \( -name '*.sh*' -o -name '*.html*' -o -name '*.tar*' -o -name '*.zip*' \) -delete -# Install virtual kernels for Hyper-V, and extra for UTF8 kernel module + Collabora and OnlyOffice +# Install virtual kernels for Hyper-V, (and extra for UTF8 kernel module + Collabora and OnlyOffice) # Kernel 5.4 if ! home_sme_server then apt install -y --install-recommends \ - linux-virtual \ - linux-tools-virtual \ - linux-cloud-tools-virtual \ - linux-image-virtual \ - linux-image-extra-virtual + linux-virtual \ # Hyper-V + linux-image-virtual \ # Hyper-V + linux-tools-virtual \ # Hyper-V + linux-cloud-tools-virtual # Hyper-V + # linux-image-extra-virtual only needed for AUFS driver with Docker fi # Add aliases