add: pwsh : comments

This commit is contained in:
qwjyh 2022-09-29 04:11:43 +09:00
parent b47b6414c8
commit ebc86497f6

View file

@ -29,8 +29,11 @@ if (!(
} }
# install powershell modules # install powershell modules
Write-Output "posh git"
Install-Module -Name posh-git Install-Module -Name posh-git
Write-Output "Pscx"
Install-Module -Name Pscx -AllowPrerelease Install-Module -Name Pscx -AllowPrerelease
Write-Output "z"
Install-Module -Name z Install-Module -Name z