Skip to content

Commit

Permalink
Revert "disable windows update"
Browse files Browse the repository at this point in the history
This reverts commit f30c328.
  • Loading branch information
derekwbrown committed May 13, 2024
1 parent f30c328 commit 8529db1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
end


execute 'winupdate-stop' do
command "powershell -C \"Stop-Service -Name wuauserv -Force\""
end

execute 'wix-extract' do
cwd tmp_dir
command "powershell -C \"Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory('wix311-binaries.zip', 'wix');\""
Expand Down

0 comments on commit 8529db1

Please sign in to comment.