munki / macadmin-scripts

Scripts of possible interest to macOS admins
Other
2.33k stars 523 forks source link

Hack default catalog_url to fix "Could not find a default catalog url" for macos 10.11 #52

Closed dukechem closed 4 years ago

dukechem commented 4 years ago
bash-4.4$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.11.6
BuildVersion:   15G22010
bash-4.4$ ./installinstallmacos.py 
Could not find a default catalog url for this OS version.

A hack to fix this by using the "something" url from fetch-macOS.py is at this gist: https://gist.github.com/dukechem/f8f535d279b3d496444abaeb2b11e3e4

gregneagle commented 4 years ago

Just use the —catalogurl option.

Sent from my iPhone

On Jun 19, 2020, at 8:13 AM, dukechem notifications@github.com wrote:

 bash-4.4$ sw_vers ProductName: Mac OS X ProductVersion: 10.11.6 BuildVersion: 15G22010 bash-4.4$ ./installinstallmacos.py Could not find a default catalog url for this OS version. A hack to fix this by using the "something" url from fetch-macOS.py is at this gist: https://gist.github.com/dukechem/f8f535d279b3d496444abaeb2b11e3e4

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.