diff --git a/bin/install.ps1 b/bin/install.ps1 index 0e09de8..5cc5c5e 100644 --- a/bin/install.ps1 +++ b/bin/install.ps1 @@ -29,8 +29,11 @@ if (!( } # install powershell modules +Write-Output "posh git" Install-Module -Name posh-git +Write-Output "Pscx" Install-Module -Name Pscx -AllowPrerelease +Write-Output "z" Install-Module -Name z