Update install-updates.ps1

This commit is contained in:
Markus Fleschutz 2023-08-31 17:20:53 +02:00
parent 8a1935170f
commit e20ff1ad6f

View File

@ -34,7 +34,7 @@ try {
Write-Progress -completed " "
}
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
"installed the updates in $Elapsed sec"
"Updates installed in $Elapsed sec"
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"