Skip to content

Commit

Permalink
no quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed Aug 21, 2024
1 parent 37341b8 commit 25d71d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "MAYHEM_URL: ${{ env.MAYHEM_URL }}"
$installerPath = "$env:TEMP\mayhem.msi"
curl -L "https://app.mayhem.security/cli/Windows/mayhem.msi" -o $installerPath
Start-Process msiexec.exe -ArgumentList "/i", $installerPath, "/quiet", "/norestart", "/log", $logPath -NoNewWindow -Wait
Start-Process msiexec.exe -ArgumentList "/i", $installerPath, "/norestart", "/log", $logPath -NoNewWindow -Wait
Get-Content $logPath
$exePath = Get-ChildItem -Path "C:\Program Files\Mayhem" -Filter "mayhem.exe" -Recurse -ErrorAction SilentlyContinue | Select-Object -First 1
if ($exePath) {
Expand Down

0 comments on commit 25d71d2

Please sign in to comment.