mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Updated list-updates.ps1
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
" "
|
" "
|
||||||
|
Reference in New Issue
Block a user