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" ] },