Skip to content

Commit

Permalink
fix - add missing option for brave installation
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 authored Oct 28, 2023
1 parent 798eb82 commit 6db74de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/features/revision/software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ actions:
- !powerShell: {command: "& { Invoke-WebRequest ((Invoke-RestMethod -Uri 'https://api.github.com/repos/brave/brave-browser/releases/latest' -Method Get | ConvertTo-Json | ConvertFrom-Json).assets | where-object { $_.name -eq 'BraveBrowserStandaloneSetup.exe' }).browser_download_url -OutFile \"$env:TEMP\\BraveBrowserStandaloneSetup.exe\" }" , weight: 150, option: "browser-brave"}

- !writeStatus: {status: 'Installing Brave', option: "browser-brave"}
- !cmd: {command: 'call "%temp%\BraveBrowserStandaloneSetup.exe" /silent /install', runas: currentUserElevated, weight: 50}
- !cmd: {command: 'call "%temp%\BraveBrowserStandaloneSetup.exe" /silent /install', runas: currentUserElevated, weight: 50, option: "browser-brave"}

- !writeStatus: {status: 'Configuring Brave', option: "browser-brave"}
- !cmd:
Expand Down

0 comments on commit 6db74de

Please sign in to comment.