precache
precache copied to clipboard
Used to cache available Apple updates into an OS X Server running the Caching Service
have noticed that since Mac OS server got "deprecated" in Mac OS Sierra and Mojave and the caching service moved to the OS as a "standard feature" something seems to...
I would love to precache some iOS apps my users often need. Is that possible? I'm looking at this plist, `com.github.krypted.precache.apps-list.plist` but I'm not sure where I would get the...
Hi Guys, Currently getting "[Errno 49] Can't assign requested address - Check http://localhost:0 is a valid address". Could I get some assistance with this error? Currently working in a school...
Thanks for this script! I'm finally getting around to running it via launchd. The Jamf Pro functionality looks perfect - it sure beats listing the model IDs manually in the...
On a test machine, I noticed that the port returned by ` port = self.cache_srv_conf['Port']` Is coming back as zero. If I add: `if port == 0: port = self.cache_srv_conf['LastPort']...
I have found that running the same command twice will overwrite any existing ipsw files with empty (zero byte) files. Example command: `./precache.py --cache-ipsw-group iPod -o /path/to/ipsw/` I was hoping...