Update help
parent
0d7d6376c2
commit
dc3f1c84ed
|
@ -558,6 +558,10 @@ module MicrosoftPatch
|
||||||
Download:
|
Download:
|
||||||
The following trick demonstrates how you can automatically download the updates:
|
The following trick demonstrates how you can automatically download the updates:
|
||||||
ruby #{__FILE__} -q "ms15-100" -r x86 > /tmp/list.txt && wget -i /tmp/list.txt
|
ruby #{__FILE__} -q "ms15-100" -r x86 > /tmp/list.txt && wget -i /tmp/list.txt
|
||||||
|
|
||||||
|
Patch Extraction:
|
||||||
|
After downloading the patch, you can use the extract_msu.bat tool to automatically extract
|
||||||
|
Microsoft patches.
|
||||||
|
|
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue