Skip to content

Commit

Permalink
Update Winget-AutoUpdate-Install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanitho authored Apr 5, 2022
1 parent f89557d commit 41b61bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Winget-AutoUpdate-Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ function Install-WingetAutoUpdate{
<?xml version="1.0"?>
<app>
<WAUautoupdate>$(!($DisableWAUAutoUpdate))</WAUautoupdate>
<WAUprerelease>False</WAUprerelease>
<UseWAUWhiteList>$UseWhiteList</UseWAUWhiteList>
</app>
"@
Expand Down Expand Up @@ -238,4 +239,4 @@ Write-host "End of process."

if (!$Silent) {
Timeout 10
}
}

0 comments on commit 41b61bd

Please sign in to comment.