adjustment

pull/229/head
Romain 2022-10-30 16:21:25 +01:00 committed by GitHub
parent 16cee7d44c
commit 0b4495e930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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