Update Winget-AutoUpdate-Install.ps1
parent
f89557d77b
commit
41b61bd4d4
|
@ -142,6 +142,7 @@ function Install-WingetAutoUpdate{
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<app>
|
<app>
|
||||||
<WAUautoupdate>$(!($DisableWAUAutoUpdate))</WAUautoupdate>
|
<WAUautoupdate>$(!($DisableWAUAutoUpdate))</WAUautoupdate>
|
||||||
|
<WAUprerelease>False</WAUprerelease>
|
||||||
<UseWAUWhiteList>$UseWhiteList</UseWAUWhiteList>
|
<UseWAUWhiteList>$UseWhiteList</UseWAUWhiteList>
|
||||||
</app>
|
</app>
|
||||||
"@
|
"@
|
||||||
|
@ -238,4 +239,4 @@ Write-host "End of process."
|
||||||
|
|
||||||
if (!$Silent) {
|
if (!$Silent) {
|
||||||
Timeout 10
|
Timeout 10
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue