mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Enabled cache creation
This commit is contained in:
parent
678cbf3576
commit
21251b3220
1 changed files with 3 additions and 3 deletions
|
@ -269,11 +269,11 @@ build_script:
|
|||
|
||||
cd $env:proxspace_path
|
||||
|
||||
#./runme64.bat -c "yes | pacman -Sc > /dev/null 2>&1"
|
||||
./runme64.bat -c "yes | pacman -Sc > /dev/null 2>&1"
|
||||
|
||||
#Remove-Item -Recurse -Force -Path "$env:proxspace_cache_path" -ErrorAction SilentlyContinue
|
||||
Remove-Item -Recurse -Force -Path "$env:proxspace_cache_path" -ErrorAction SilentlyContinue
|
||||
|
||||
#Move-Item -Path "$env:proxspace_path\msys2\var\cache" -Destination "$env:proxspace_cache_path" -Force
|
||||
Move-Item -Path "$env:proxspace_path\msys2\var\cache" -Destination "$env:proxspace_cache_path" -Force
|
||||
|
||||
Write-Host "[ OK ]" -ForegroundColor Gree
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue