mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08:00
Copy cache
This commit is contained in:
parent
4685c5ae70
commit
fcff53517b
1 changed files with 3 additions and 1 deletions
|
@ -176,7 +176,9 @@ install:
|
|||
|
||||
Write-Host "ProxSpace: move cache..." -NoNewLine
|
||||
|
||||
Move-Item -Path "$env:proxspace_cache_path" -Destination "$env:proxspace_path\msys2\var\cache" -Force -ErrorAction SilentlyContinue
|
||||
New-Item -ItemType Directory -Force -Path "$env:proxspace_path\msys2\var\cache\"
|
||||
|
||||
Copy-Item -Path "$env:proxspace_cache_path\*" -Destination "$env:proxspace_path\msys2\var\cache\" -Force -Recurse -ErrorAction SilentlyContinue
|
||||
|
||||
Write-Host "[ OK ]" -ForegroundColor Gree
|
||||
|
||||
|
|
Loading…
Reference in a new issue