File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,10 +189,10 @@ function Invoke-WinUtilISOScript {
189189 # ── 2b. Optional: extended Storage & Network drivers from community repo ──
190190 $extDriverChoice = [System.Windows.MessageBox ]::Show(
191191 " Would you like to add extended Storage and Network drivers?`n`n " +
192- " This installs EVERY Storage and Networking device driver" +
192+ " This installs EVERY Storage and Networking device driver " +
193193 " in EXISTANCE into the image. (~1000 drivers)`n`n " +
194194 " No Wireless drivers only Ethernet, use for stubborn systems " +
195- " with unsupported NVMe or Ethernet controllers." + ,
195+ " with unsupported NVMe or Ethernet controllers." ,
196196 " Extended Drivers" , " YesNo" , " Question" )
197197
198198 if ($extDriverChoice -eq ' Yes' ) {
You can’t perform that action at this time.
0 commit comments