mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-16 17:51:28 +01:00
Update install-updates.ps1
This commit is contained in:
parent
8a1935170f
commit
e20ff1ad6f
@ -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])"
|
||||
|
Loading…
Reference in New Issue
Block a user