Install all firefox editions
This commit is contained in:
parent
765af44b88
commit
872e4a2154
1 changed files with 3 additions and 0 deletions
|
@ -71,10 +71,13 @@ function Restore-PersonalApps([Context] $context) {
|
|||
. "$PSScriptRoot/../Software/MSEdgeRedirect/Install.ps1";
|
||||
|
||||
winget install --accept-source-agreements --accept-package-agreements `
|
||||
-e --id Mozilla.Firefox.DeveloperEdition `
|
||||
-e --id Mozilla.Firefox.Nightly `
|
||||
-e --id Brave.Brave `
|
||||
-e --id Brave.Brave.Beta `
|
||||
-e --id Brave.Brave.Nightly;
|
||||
|
||||
$context.RemoveTaskbarItem("*Firefox*");
|
||||
$context.RemoveDesktopIcon("*Brave*");
|
||||
$context.RemoveTaskbarItem("*Brave*");
|
||||
|
||||
|
|
Loading…
Reference in a new issue