Add scripts for installing and configuring MSEdgeRedirect

This commit is contained in:
Manuel Thalmann 2023-07-29 11:47:32 +02:00
commit aea3edfef7
3 changed files with 16 additions and 1 deletions
scripts/Windows/Collections

View file

@ -68,7 +68,7 @@ function Restore-PersonalApps([Context] $context) {
# Browsing
Install-Firefox $context;
choco install -y MSEdgeRedirect;
. "$PSScriptRoot/../Software/MSEdgeRedirect/Install.ps1";
winget install --accept-source-agreements --accept-package-agreements -e --id Brave.Brave;
winget install --accept-source-agreements --accept-package-agreements -e --id Brave.Brave.Beta;
winget install --accept-source-agreements --accept-package-agreements -e --id Brave.Brave.Nightly;