Linux download all 32, 64 and office updates at once

Linux download all 32, 64 and office updates at once

Postby Cigam » 21.08.2013, 04:47

On the windows GUI version I can have it download all the 32, 64 and office downloads at once. So I was wondering is there a way i can do that with the linux sh file? or if not can you please add it as a feature. so that I dont have to do them individually. Thanks.
Cigam
 

Re: Linux download all 32, 64 and office updates at once

Postby hhullen » 13.09.2013, 14:22

Cigam wrote:On the windows GUI version I can have it download all the 32, 64 and office downloads at once. So I was wondering is there a way i can do that with the linux sh file? or if not can you please add it as a feature. so that I dont have to do them individually. Thanks.


I'd write a small script which calls (one after another) every desired download. The Linux version should mostly run on servers which call the updates via something like a cronjob.
Viele Grüsse
Helmut
hhullen
 
Posts: 100
Joined: 23.04.2012, 10:43

Re: Linux download all 32, 64 and office updates at once

Postby rogger » 18.09.2013, 13:39

Maybe this helps you;
I have a little script and execute it with cron every 24 hours...
It downloads all updates from every Windows OS and Office version.

Update.sh:
Code: Select all
./wsus/sh/DownloadUpdates.sh all-x86 enu /dotnet /msse /wddefs
./wsus/sh/DownloadUpdates.sh all-x64 enu /dotnet /msse /wddefs
./wsus/sh/DownloadUpdates.sh ofc enu

Size client folder: +/- 10 GB


Download updates / System:
wxp wxp-x64 w2k3 w2k3-x64 w60 w60-x64 w61 w61-x64 w62 w62-x64 w63 w63-x64 all-x86 all-x64 o2k3 o2k7 o2k10 o2k13 ofc

Download updates / Office version:
o2k3 o2k7 o2k10 o2k13

Download updates / All systems
all-x64 = w2k3-x64 w60-x64 w61-x64 w62-x64 w63-x64
all-x86 = w2k3 wxp w60 w61 w62 w63

Download updates / All Office versions:
ofc = o2k3 o2k7 o2k10 o2k13

Languages: enu deu nld esn fra ptg ptb ita rus plk ell csy dan nor sve fin jpn kor chs cht hun trk ara heb
Parameter: /excludesp /dotnet /msse /wddefs /nocleanup

excludesp - do not download servicepacks
dotnet - download .NET framework
msse - download Microsoft Security Essentials files
wddefs - download Windows Defender definition files
nocleanup - do not cleanup client directory

Usage:
./DownloadUpdates.sh [system] [language] [/parameter]

Example:
./DownloadUpdates.sh wxp enu /dotnet /msse /wddefs
./DownloadUpdates.sh o2k13 enu
rogger
 
Posts: 9
Joined: 26.03.2013, 10:16


Return to Linux

Who is online

Users browsing this forum: No registered users and 37 guests