@ConfigConfused
parent
b2fffe37a5
commit
f12e451aa1
|
@ -68,7 +68,7 @@ function Get-WingetOutdatedApps {
|
||||||
|
|
||||||
#If current user is not system, remove system apps from list
|
#If current user is not system, remove system apps from list
|
||||||
if ($IsSystem -eq $false) {
|
if ($IsSystem -eq $false) {
|
||||||
$SystemApps = Get-Content -Path "$WorkingDir\winget_system_apps.txt"
|
$SystemApps = Get-Content -Path "$WorkingDir\winget_system_apps.txt" -ErrorAction SilentlyContinue
|
||||||
$upgradeList = $upgradeList | Where-Object { $SystemApps -notcontains $_.Id }
|
$upgradeList = $upgradeList | Where-Object { $SystemApps -notcontains $_.Id }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue