Skip to content

Commit

Permalink
feat: ensure winget doesn't arbitrarily install unexpected packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos committed Oct 7, 2024
1 parent 5c5a4a4 commit c2a6170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winget.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ foreach ($package in @(
"YS-L.csvlens"
))
{
winget install --id $package --silent
winget install --id $package --silent --exact
}

# MS Store Apps
Expand Down

0 comments on commit c2a6170

Please sign in to comment.