From 872e4a2154c0e6499f6f5e708899b0a189c8c47d Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 8 Aug 2023 00:45:03 +0200 Subject: [PATCH] Install all firefox editions --- scripts/Windows/Collections/Personal.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index 348bbadf..6941dc75 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -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*");