From 9ff42cdaef17f9ff744ab4d8973bce0f628d2838 Mon Sep 17 00:00:00 2001 From: Asteski Date: Fri, 7 Feb 2025 17:30:25 +0100 Subject: [PATCH] updated install.ps1 --- pwsh/install.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/pwsh/install.ps1 b/pwsh/install.ps1 index 27270cc..b294a26 100644 --- a/pwsh/install.ps1 +++ b/pwsh/install.ps1 @@ -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