Skip to content

Commit

Permalink
updated install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Asteski committed Feb 7, 2025
1 parent 91bdcb9 commit 9ff42cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pwsh/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ foreach ($app in $selectedApps) {
Write-Host "Installing PowerToys..." -ForegroundColor Yellow
winget configure --enable | Out-Null
pwsh -NoProfile -Command "winget configure ..\config\powertoys\powertoys.dsc.yaml --accept-configuration-agreements | Out-Null"
# Start-Process pwsh -ArgumentList "-NoProfile -Command winget configure ..\config\powertoys\powertoys.dsc.yaml --accept-configuration-agreements | Out-Null" -Wait
Copy-Item -Path "..\config\powertoys\ptr\ptr.exe" -Destination "$env:LOCALAPPDATA\PowerToys\" -Recurse -Force
if ($blueOrYellow -eq 'B' -or $blueOrYellow -eq 'b') {
Copy-Item -Path "..\config\powertoys\RunPlugins" -Destination "$env:LOCALAPPDATA\PowerToys\" -Recurse -Force
Expand Down

0 comments on commit 9ff42cd

Please sign in to comment.