Install Pennywise for each user
This commit is contained in:
parent
a3b79159e6
commit
3161f3071b
|
@ -155,7 +155,9 @@ function Deploy-SoftwareAction {
|
|||
Remove-DesktopIcon "*Brave*";
|
||||
Remove-TaskbarItem "*Brave*";
|
||||
}
|
||||
}
|
||||
|
||||
if ($Action -eq ([InstallerAction]::ConfigureUser)) {
|
||||
if (Test-Program "pennywise") {
|
||||
Install-WingetPackage kamranahmedse.pennywise;
|
||||
Remove-DesktopIcon "Pennywise*";
|
||||
|
|
Loading…
Reference in a new issue