From 2d46d358685452006f76f0a5030be3a0f80f70e8 Mon Sep 17 00:00:00 2001 From: ifoster Date: Tue, 26 Aug 2025 15:03:19 +0000 Subject: [PATCH] Update install-vmtools.sh --- install-vmtools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-vmtools.sh b/install-vmtools.sh index e3be88b..1bdb573 100644 --- a/install-vmtools.sh +++ b/install-vmtools.sh @@ -1,2 +1,2 @@ -sudo apt-install -y open-vm-tools open-vm-tools-desktop +sudo apt install -y open-vm-tools open-vm-tools-desktop sudo systemctl enable --now open-vm-tools \ No newline at end of file