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"