From 9870e65674cb39c267f1ba23fcbeceeac2930f09 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 4 Sep 2026 04:00:44 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 2fab86bc..21c29a7c 100644 --- a/src/install.sh +++ b/src/install.sh @@ -1438,7 +1438,7 @@ addDrivers() { mkdir -p "$dst" || return 1 cp -Lr "$dest/." "$dst" || return 1 - # Install display drivers explicitly from SetupComplete.cmd so it + # Install display drivers explicitly from Unattend.cmd so it # cannot disrupt Windows Setup by loading through the WinPE driver path. rm -rf "$dest/vmsvga" || return 1 rm -rf "$dest/viogpudo" || return 1