Merge branch 'main' of github.com:fleschutz/PowerShell

This commit is contained in:
Markus Fleschutz 2024-12-01 20:46:52 +01:00
commit 94ae6256ea

View File

@ -56,7 +56,8 @@ try {
""
"⏳ (2/2) Installing updates from winget and Microsoft Store..."
""
& winget upgrade --all --include-unknown
& winget upgrade --all --source=winget
# & winget upgrade --all --source=msstore # does not work
}
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
"✅ Updates installed in $($elapsed)s."