From 917075f36c8e1450cb3674f5c0bd1ba3a82d93fe Mon Sep 17 00:00:00 2001 From: ifoster Date: Tue, 26 Aug 2025 15:00:29 +0000 Subject: [PATCH] Add install-vmtools.sh --- install-vmtools.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 install-vmtools.sh diff --git a/install-vmtools.sh b/install-vmtools.sh new file mode 100644 index 0000000..e3be88b --- /dev/null +++ b/install-vmtools.sh @@ -0,0 +1,2 @@ +sudo apt-install -y open-vm-tools open-vm-tools-desktop +sudo systemctl enable --now open-vm-tools \ No newline at end of file