From 5db110749f5f51f56a2bd8cb8d4a019cc36af4fe Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Sun, 10 Apr 2022 19:04:27 +0200 Subject: [PATCH] Update winget-install.ps1 --- winget-install.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winget-install.ps1 b/winget-install.ps1 index 652ec65..1a25766 100644 --- a/winget-install.ps1 +++ b/winget-install.ps1 @@ -296,8 +296,8 @@ foreach ($AppID in $AppIDs){ } } } - Start-Sleep 3 + Start-Sleep 2 } Write-Log "### END REQUEST ###" "Magenta" -Start-Sleep 3 +Start-Sleep 2