From 60e94500a453705151fad093a51b2bd95dd9cb07 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 14 May 2018 20:14:47 +0200 Subject: [PATCH] fix for digitalocean --- nextcloud_install_production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 007d2857..557f1eb1 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -445,7 +445,7 @@ find /root "/home/$UNIXUSER" -type f \( -name '*.sh*' -o -name '*.html*' -o -nam # Install virtual kernels for Hyper-V, and extra for UTF8 kernel module + Collabora and OnlyOffice # Kernel 4.15 -yes | apt install --install-recommends \ +apt install -y --install-recommends \ linux-virtual \ linux-tools-virtual \ linux-cloud-tools-virtual \