add: pwsh : comments
This commit is contained in:
parent
b47b6414c8
commit
ebc86497f6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue