mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2025-06-30 00:39:20 +09:00
Initial commit
This commit is contained in:
commit
ff5c60e225
29 changed files with 547 additions and 0 deletions
4
bin/missing-checkver.ps1
Normal file
4
bin/missing-checkver.ps1
Normal file
|
@ -0,0 +1,4 @@
|
|||
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
|
||||
$missing_checkver = "$env:SCOOP_HOME/bin/missing-checkver.ps1"
|
||||
$dir = "$PSScriptRoot/../bucket" # checks the parent dir
|
||||
& $missing_checkver -Dir $dir @Args
|
Loading…
Add table
Add a link
Reference in a new issue