Skip to content

Commit

Permalink
packages_install.ps1 - print current package
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Oct 13, 2023
1 parent 7f6a115 commit 382f5d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Windows_10/packages_install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ $WINGET_PACKAGES = @(
)

$WINGET_PACKAGES | ForEach-Object {
echo Winget is installing: $PSItem ;
winget install --accept-source-agreements --accept-package-agreements `
--silent --disable-interactivity -e --id $PSItem
}
Expand Down

0 comments on commit 382f5d1

Please sign in to comment.