Shuffle outdated apps list

pull/140/head
Romain 2022-08-10 10:57:09 +02:00 committed by GitHub
parent 1db56ac445
commit bd7b2c7bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,5 +52,5 @@ function Get-WingetOutdatedApps {
} }
} }
return $upgradeList return $upgradeList | Sort-Object {Get-Random}
} }