Install MSEdgeRedirect
This commit is contained in:
parent
0601c7c35b
commit
1d0c78f61b
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../Scripts/Context.ps1";
|
||||
. "$PSScriptRoot/../Software/Firefox/Install.ps1";
|
||||
. "$PSScriptRoot/../Software/git/Manage.ps1";
|
||||
. "$PSScriptRoot/../Software/LGHub/Manage.ps1";
|
||||
. "$PSScriptRoot/../Software/ManiaPlanet/Manage.ps1";
|
||||
|
@ -67,6 +68,8 @@ function Restore-PersonalApps([Context] $context) {
|
|||
$context.RemoveDesktopIcon("*TeamSpeak*");
|
||||
|
||||
# Browsing
|
||||
Install-Firefox $context;
|
||||
choco install -y MSEdgeRedirect;
|
||||
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…
Reference in a new issue