Skip to content

Commit 41d742f

Browse files
committed
Update Import-Drivers.ps1
1 parent b6ac3f0 commit 41d742f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Import-Drivers.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ try {
4343
# Warning and confirmation prompt
4444
Write-Host "`nWARNING: Installing third-party drivers can affect system stability." -ForegroundColor Yellow
4545
Write-Host "You are doing this at your own risk. Ensure drivers are from trusted sources.`n" -ForegroundColor Yellow
46-
46+
4747
$confirmation = Read-Host "Do you want to continue? (Y/N)"
4848
if ($confirmation -ne 'Y' -and $confirmation -ne 'y') {
4949
Write-Log "Driver import cancelled by user." -Level Warning

0 commit comments

Comments
 (0)