Skip to content

Commit

Permalink
Update winget-install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanitho authored Apr 5, 2022
1 parent 6362be6 commit 10cbf16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion winget-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ If '-Uninstall' is used, it removes the app from WAU White List.
.EXAMPLE
.\winget-install.ps1 -AppIDs 7zip.7zip -Uninstall
.EXAMPLE
.\winget-install.ps1 -AppIDs 7zip.7zip -WAUWhiteList
.EXAMPLE
.\winget-install.ps1 -AppIDs 7zip.7zip,notepad++.notepad++ -LogPath "C:\temp\logs"
#>
Expand Down Expand Up @@ -232,4 +235,4 @@ foreach ($AppID in $AppIDs){
}

Write-Log "### END REQUEST ###" "Magenta"
Start-Sleep 3
Start-Sleep 3

0 comments on commit 10cbf16

Please sign in to comment.