Update Winget-AutoUpdate-Install.ps1
add WAU version to log to improve visibility for troubleshooting.pull/595/head
parent
3b8d1f5ff2
commit
d04d7ddbfb
|
@ -129,7 +129,7 @@ param(
|
||||||
|
|
||||||
function Install-WingetAutoUpdate {
|
function Install-WingetAutoUpdate {
|
||||||
|
|
||||||
Write-ToLog "Installing WAU..." "Yellow"
|
Write-ToLog "Installing WAU $WAUVersion..." "Yellow"
|
||||||
|
|
||||||
try {
|
try {
|
||||||
#Copy files to location
|
#Copy files to location
|
||||||
|
|
Loading…
Reference in New Issue