mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-22 04:31:25 +01:00
Updated list-updates.ps1
This commit is contained in:
parent
49b529496a
commit
6c02b5719d
@ -28,10 +28,10 @@ try {
|
||||
} elseif ($IsMacOS) {
|
||||
throw "Sorry, MacOS not supported yet"
|
||||
} else {
|
||||
Write-Host "`n === WinGet Store ===" -foregroundColor green
|
||||
Write-Host "`n === Application Updates from WinGet Store ===" -foregroundColor green
|
||||
& winget upgrade --include-unknown --source=winget
|
||||
|
||||
Write-Host "`n === Microsoft Store ===" -foregroundColor green
|
||||
Write-Host "`n === Application Updates from Microsoft Store ===" -foregroundColor green
|
||||
& winget upgrade --include-unknown --source=msstore
|
||||
}
|
||||
" "
|
||||
|
Loading…
Reference in New Issue
Block a user