From ebc86497f6bcfc308d2418d7fdc7687320a7eaa7 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Thu, 29 Sep 2022 04:11:43 +0900 Subject: [PATCH] add: pwsh : comments --- bin/install.ps1 | 3 +++ 1 file changed, 3 insertions(+) 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