Removed timeout for choco upgrade
This commit is contained in:
@@ -50,7 +50,7 @@ function Invoke-BoxStarterRemoteUpgrade {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$Packages | ForEach-Object {
|
$Packages | ForEach-Object {
|
||||||
Add-Content $ScriptPath -Value "choco upgrade $_ -r -y --timeout=600"
|
Add-Content $ScriptPath -Value "choco upgrade $_ -r -y"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!$Parallel){
|
if (!$Parallel){
|
||||||
|
|||||||
Reference in New Issue
Block a user