Skip to content

Instantly share code, notes, and snippets.

@jburnett
Last active November 28, 2022 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jburnett/d6e12ef87d023c08a96a3f3a280d6932 to your computer and use it in GitHub Desktop.
Save jburnett/d6e12ef87d023c08a96a3f3a280d6932 to your computer and use it in GitHub Desktop.
$pkgIds = @(
"Brave.Brave",
"Mozilla.Firefox",
"Google.Chrome"
) | % {
&winget install --id=$_ -e
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment