mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 07:53:21 +01:00
Update install-updates.ps1
This commit is contained in:
parent
245f6330f9
commit
2b4fb24678
@ -59,7 +59,7 @@ try {
|
||||
& winget upgrade --all --include-unknown
|
||||
}
|
||||
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
|
||||
"✅ Installed 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