Skip to content

Commit

Permalink
Fixed Firefox function
Browse files Browse the repository at this point in the history
  • Loading branch information
lowl1f3 committed Jun 6, 2023
1 parent 396effe commit 59a3157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Module/Gerbera.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,10 @@ function MozillaFirefox
{
winget install --id Mozilla.Firefox --exact --accept-source-agreements

# We need this to ensure that the necessary folders were created
Start-Process -FilePath "C:\Program Files\Mozilla Firefox\firefox.exe"
Stop-Process -Name Firefox -Force -ErrorAction Ignore

# https://github.com/lowl1f3/Firefox/blob/main/Customize.ps1
$Parameters = @{
Uri = "https://raw.githubusercontent.com/lowl1f3/Firefox/main/Customize.ps1"
Expand Down

0 comments on commit 59a3157

Please sign in to comment.