From 8147903ff2c294d1b12cb77de65a9cd908003126 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 2 Jul 2026 15:26:16 -0500 Subject: [PATCH] chore: Update generated dev docs (#4801) --- .../Powershell-Profile-Powershell-7--Only/InstallPSProfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/dev/features/Powershell-Profile-Powershell-7--Only/InstallPSProfile.md b/docs/content/dev/features/Powershell-Profile-Powershell-7--Only/InstallPSProfile.md index daad5b1d..c9d8734c 100644 --- a/docs/content/dev/features/Powershell-Profile-Powershell-7--Only/InstallPSProfile.md +++ b/docs/content/dev/features/Powershell-Profile-Powershell-7--Only/InstallPSProfile.md @@ -14,7 +14,7 @@ function Invoke-WinUtilInstallPSProfile { if (-not (Get-Command pwsh)) { Write-Host "PowerShell 7 not found. Installing..." Install-WinUtilWinget - winget install Microsoft.PowerShell --source winget --silent + winget install Microsoft.PowerShell --source winget --installer-type wix --silent } wt new-tab pwsh -NoExit -Command "irm https://github.com/ChrisTitusTech/powershell-profile/raw/main/setup.ps1 | iex"