mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 18:42:35 -05:00
Update Test-WinUtilPackageManager.ps1
This commit is contained in:
@ -40,7 +40,7 @@ function Test-WinUtilPackageManager {
|
|||||||
Write-Host "- Winget out-dated"
|
Write-Host "- Winget out-dated"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($winget) {
|
if ($winget) {
|
||||||
if ($wingetExists -and !$wingetOutdated) {
|
if ($wingetExists -and !$wingetOutdated) {
|
||||||
if (!$wingetpreview){
|
if (!$wingetpreview){
|
||||||
@ -60,4 +60,4 @@ function Test-WinUtilPackageManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return $false
|
return $false
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user