Skip to content

Commit 816a29e

Browse files
authored
Update Get-SoftwareUpdates.ps1
1 parent 709f370 commit 816a29e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/Maintenance/Get-SoftwareUpdates.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Write-Host "Updating system applications..." -ForegroundColor Yellow
2626
Write-Host " "
2727

2828
try {
29-
winget upgrade --all --include-unknown
29+
winget upgrade --all
3030
Write-Host " "
3131
Write-Host "Applications have been updated successfully!" -ForegroundColor Green
3232
Write-Host " "
3333
}
3434
catch {
3535
Write-Host "Applications could not be updated due to an error..." -ForegroundColor Red
3636
Write-Host " "
37-
}
37+
}

0 commit comments

Comments
 (0)