Add scripts for installing and configuring MSEdgeRedirect
This commit is contained in:
parent
8edd0ca479
commit
aea3edfef7
3 changed files with 16 additions and 1 deletions
scripts/Windows/Collections
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue