adjustment
parent
16cee7d44c
commit
0b4495e930
|
@ -102,6 +102,7 @@ if (Test-Network) {
|
|||
}
|
||||
|
||||
#Get outdated Winget packages
|
||||
Write-Log "Checking application updates on Winget Repository..." "yellow"
|
||||
$outdated = Get-WingetOutdatedApps
|
||||
|
||||
#Log list of app to update
|
||||
|
|
|
@ -9,7 +9,6 @@ function Get-WingetOutdatedApps {
|
|||
}
|
||||
|
||||
#Get list of available upgrades on winget format
|
||||
Write-Log "Checking application updates on Winget Repository..." "yellow"
|
||||
$upgradeResult = & $Winget upgrade --source winget | Out-String
|
||||
|
||||
#Start Convertion of winget format to an array. Check if "-----" exists
|
||||
|
|
Loading…
Reference in New Issue