Skip to content

Commit

Permalink
Update update_all.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
chtof committed Sep 12, 2019
1 parent 2334470 commit 52803b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions update_all.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ $Options = [ordered]@{
$global:au_Force = $true
$global:au_Version = ($p -split ':')[1]
}

#IgnoreOn = @( #Error message parts to set the package ignore status
#'Timeout'
#'Access denied'
#)
RepeatOn = @( #Error message parts on which to repeat package updater
'The request was aborted: Could not create SSL/TLS secure channel.'
)
RepeatSleep = 30 #How much to sleep between repeats in seconds, by default 0
RepeatCount = 2 #How many times to repeat on errors, by default 1
}

if ($ForcedPackages) { Write-Host "FORCED PACKAGES: $ForcedPackages" }
Expand Down

0 comments on commit 52803b4

Please sign in to comment.