mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Install VM-tools
This commit is contained in:
parent
be76636b28
commit
cb71103b54
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user