mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-10 23:15:22 +08:00
Fix
This commit is contained in:
parent
656f7dd580
commit
82806379ce
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ install:
|
||||||
|
|
||||||
Write-Host "ProxSpace: move cache..." -NoNewLine
|
Write-Host "ProxSpace: move cache..." -NoNewLine
|
||||||
|
|
||||||
Move-Item -Path "$env:proxspace_cache_path" -Destination "$env:proxspace_path\msys2\var\cache" -Force
|
Move-Item -Path "$env:proxspace_cache_path" -Destination "$env:proxspace_path\msys2\var\cache" -Force -ErrorAction SilentlyContinue
|
||||||
|
|
||||||
Write-Host "[ OK ]" -ForegroundColor Gree
|
Write-Host "[ OK ]" -ForegroundColor Gree
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue