diff --git a/functions/Invoke-BoxStarterRemoteUpgrade.ps1 b/functions/Invoke-BoxStarterRemoteUpgrade.ps1 index 7cc9b0f..f1c9ede 100644 --- a/functions/Invoke-BoxStarterRemoteUpgrade.ps1 +++ b/functions/Invoke-BoxStarterRemoteUpgrade.ps1 @@ -50,7 +50,7 @@ function Invoke-BoxStarterRemoteUpgrade { } } $Packages | ForEach-Object { - Add-Content $ScriptPath -Value "choco upgrade $_ -r -y --timeout=600" + Add-Content $ScriptPath -Value "choco upgrade $_ -r -y" } } if (!$Parallel){ @@ -61,4 +61,4 @@ function Invoke-BoxStarterRemoteUpgrade { start-process -RedirectStandardOutput C:\Windows\Temp\$_.txt -FilePath powershell -ArgumentList "-windowstyle hidden Install-BoxstarterPackage -ComputerName $_ -PackageName $ScriptPath" -PassThru } } -} \ No newline at end of file +}