From cb71103b54ff5f528d077bd7406e4d2b7d6c3558 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 2 Jan 2017 21:45:56 +0100 Subject: [PATCH] Install VM-tools --- nextcloud_install_production.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 77513fbd..ff607aaf 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -296,6 +296,9 @@ echo 'extension="smbclient.so"' >> /etc/php/7.0/apache2/php.ini # Install Unzip apt install unzip -y +# Install VM-tools +apt install open-vm-tools -y + # Download and validate Nextcloud package wget -q $NCREPO/$STABLEVERSION.zip -P $HTML mkdir -p $GPGDIR