This commit is contained in:
Gator96100 2020-10-05 18:03:42 +02:00
commit 93f438d71a

View file

@ -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