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