Browse Source

'grundinstallation.sh' ändern

Daniel Wenzel 2 years ago
parent
commit
3bd56f45d5
1 changed files with 6 additions and 0 deletions
  1. 6 0
      grundinstallation.sh

+ 6 - 0
grundinstallation.sh

@@ -81,6 +81,12 @@ EOF
   update-initramfs -u
 fi
 
+dmesg | grep -i "vmware" > /dev/null
+if [ $? -eq 0 ] ; then
+  apt install open-vm-tools -y
+fi
+
+
 echo ""; echo ""
 echo -n "Bitte Hostname angeben: "; read hostname
 echo $hostname > /etc/hostname