Skip to content

Commit

Permalink
Compile Winutil
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech authored and github-actions[bot] committed May 10, 2024
1 parent 84fe67f commit 6e20130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ Function Install-WinUtilProgramWinget {
continue
}
Write-Host "Attempting installation with Chocolatey as a fallback method"
Install-WinUtilChoco
$status = $(Start-Process -FilePath "choco" -ArgumentList "install $Program -y" -Wait -PassThru).ExitCode
if($status -eq 0){
Write-Host "$Program installed successfully using Chocolatey."
Expand Down

0 comments on commit 6e20130

Please sign in to comment.