diff --git a/Winget-AutoUpdate-Install.ps1 b/Winget-AutoUpdate-Install.ps1 index 6aa4a83..c6f65e4 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -220,4 +220,7 @@ else { } Write-host "End of process." -Start-Sleep 3 + +if (!$Silent) { + Timeout 10 +} \ No newline at end of file