Install Bitwarden for all users
This commit is contained in:
parent
270eca903e
commit
4655b84599
|
@ -135,10 +135,11 @@ function Deploy-SoftwareAction {
|
||||||
7zip `
|
7zip `
|
||||||
chocolateygui `
|
chocolateygui `
|
||||||
DefaultProgramsEditor `
|
DefaultProgramsEditor `
|
||||||
bitwarden `
|
|
||||||
keepass `
|
keepass `
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Install-ChocoPackage bitwarden -ArgumentList '--install-arguments="/ALLUSERS=1"'
|
||||||
|
|
||||||
Install-WingetPackage `
|
Install-WingetPackage `
|
||||||
SomePythonThings.WingetUIStore `
|
SomePythonThings.WingetUIStore `
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue