|
|
@ -241,7 +241,7 @@ foreach($pkg in $installs) { |
|
|
|
Start-Process -NoNewWindow -Wait winget -ArgumentList 'install',$pkg |
|
|
|
Start-Process -NoNewWindow -Wait winget -ArgumentList 'install',$pkg |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$winlibsPath = "$env:HOMEDRIVE$env:HOMEPATH\WinLibs" |
|
|
|
$winlibsPath = "$env:APPDATA\WinLibs" |
|
|
|
|
|
|
|
|
|
|
|
if(Test-Path -Path $winlibsPath) { |
|
|
|
if(Test-Path -Path $winlibsPath) { |
|
|
|
Write-Warning "#=========================================================#" |
|
|
|
Write-Warning "#=========================================================#" |
|
|
|