Install VM-tools

This commit is contained in:
Daniel Hansson 2017-01-02 21:45:56 +01:00 committed by GitHub
parent be76636b28
commit cb71103b54

View File

@ -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