Skip to content

Commit

Permalink
v4.0.20
Browse files Browse the repository at this point in the history
- fixed a bug where sometimes the winget command was not recognized
  • Loading branch information
caglaryalcin committed May 10, 2024
1 parent d415c8e commit 82f3bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions set.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2638,6 +2638,7 @@ Function GithubSoftwares {
Write-Host "Installing $packageName..." -NoNewLine

# Install the packages
Start-Sleep -Milliseconds 5
$result = & winget install $packageName -e --silent --accept-source-agreements --accept-package-agreements --force 2>&1 | Out-String

# Check if the installation was successful
Expand Down

0 comments on commit 82f3bc8

Please sign in to comment.