From 96acea52f805dfa4dcd0bfa4e9d7ee446379b61e Mon Sep 17 00:00:00 2001 From: Jochen Welzel Date: Mon, 25 Jan 2021 20:13:50 +0100 Subject: [PATCH] add bitwarden to install --- Win10-install.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Win10-install.json b/Win10-install.json index 49dac9b..0696889 100755 --- a/Win10-install.json +++ b/Win10-install.json @@ -73,6 +73,7 @@ "choco install warp --yes --no-progress --failonstderr", "choco install microsoft-windows-terminal --yes --no-progress --failonstderr", "choco install FoxitReader --yes --no-progress --failonstderr", + "choco install bitwarden --yes --no-progress --failonstderr", "New-ItemProperty -Path \"HKLM:\\SOFTWARE\\OpenSSH\" -Name DefaultShell -Value 'C:\\Program Files\\PowerShell\\7\\pwsh.exe' -PropertyType String -Force" ] },