mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
WIP
This commit is contained in:
parent
fcff53517b
commit
93f438d71a
1 changed files with 7 additions and 1 deletions
|
@ -176,10 +176,16 @@ install:
|
|||
|
||||
Write-Host "ProxSpace: move cache..." -NoNewLine
|
||||
|
||||
New-Item -ItemType Directory -Force -Path "$env:proxspace_path\msys2\var\cache\"
|
||||
New-Item -ItemType Directory -Force -Path "$env:proxspace_path\msys2\var\cache\" | Out-Null
|
||||
|
||||
Copy-Item -Path "$env:proxspace_cache_path\*" -Destination "$env:proxspace_path\msys2\var\cache\" -Force -Recurse -ErrorAction SilentlyContinue
|
||||
|
||||
Get-ChildItem "$env:proxspace_path\msys2\var\cache\"
|
||||
|
||||
Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\"
|
||||
|
||||
Get-ChildItem "$env:proxspace_path\msys2\var\cache\pacman\pkg\"
|
||||
|
||||
Write-Host "[ OK ]" -ForegroundColor Gree
|
||||
|
||||
ExecUpdate "ProxSpace: initial msys2 startup..." $true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue