mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
(chore): Add checkhashes.ps1
This commit is contained in:
parent
dd4fcb664b
commit
d668790d8e
4
bin/checkhashes.ps1
Normal file
4
bin/checkhashes.ps1
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
|
||||||
|
$checkhashes = "$env:SCOOP_HOME/bin/checkhashes.ps1"
|
||||||
|
$dir = "$PSScriptRoot/../bucket" # checks the parent dir
|
||||||
|
& $checkhashes -Dir $dir @Args
|
||||||
Loading…
x
Reference in New Issue
Block a user