ScoopBucket/bin/missing-checkver.ps1

5 lines
234 B
PowerShell
Raw Normal View History

2022-11-15 06:15:15 +01:00
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
2021-12-27 19:22:24 +01:00
$missing_checkver = "$env:SCOOP_HOME/bin/missing-checkver.ps1"
$dir = "$PSScriptRoot/../bucket" # checks the parent dir
2022-11-15 06:15:15 +01:00
& $missing_checkver -Dir $dir @Args