Greg Neagle
|
522fc7ff40
|
Workaround for issue with installer in macOS 15.6
|
2025-08-20 13:55:28 -07:00 |
|
 Greg NeagleandGitHub
|
2cc8b89920
|
Update README.md
|
2025-07-12 06:28:47 -07:00 |
|
 Greg NeagleandGitHub
|
a66413ec7e
|
Update README.md
|
2025-07-12 06:27:32 -07:00 |
|
Greg Neagle
|
85c643e684
|
macOS 26 updates
|
2025-06-24 09:52:55 -07:00 |
|
 Greg NeagleandGitHub
|
77e507e435
|
Add Sequoia sucatalog URL
|
2024-09-18 08:45:38 -07:00 |
|
Greg Neagle
|
ba1eeab9d0
|
Add munki_bundle_pkg_finder script
|
2024-06-18 13:42:17 -07:00 |
|
Greg Neagle
|
1fc3224198
|
Add default catalog URL for Sonoma
|
2023-10-10 11:34:57 -07:00 |
|
Greg Neagle
|
a8a6f150c8
|
Python 3 fix for setting Seed Program xattr.
|
2022-04-05 10:42:52 -07:00 |
|
 Greg NeagleandGitHub
|
854798a010
|
Update README.md
|
2022-03-14 15:26:12 -07:00 |
|
Greg Neagle
|
9d43e0c3b0
|
More README updates
|
2022-02-01 14:25:05 -08:00 |
|
Greg Neagle
|
a2bd157a47
|
Remove deprecated scripts; update README
|
2022-02-01 14:20:57 -08:00 |
|
Greg Neagle
|
35c8065038
|
update copyright dates
|
2022-02-01 14:13:28 -08:00 |
|
Greg Neagle
|
7c6621ec3e
|
Prep for removal of Apple Python in macOS 12.3:
- Change shebang to #!/usr/bin/env python
- Print error and possible fix if xattr module is not available
|
2022-02-01 14:11:14 -08:00 |
|
Greg Neagle
|
7a74bc37e3
|
Change shebang to #!/usr/bin/env python in prep for macOS 12.3
|
2022-02-01 14:10:42 -08:00 |
|
 Greg NeagleandGitHub
|
71779ab25d
|
Update installinstallmacos.py
Update Big Sur catalog to the one Apple seems to be actually using
|
2021-10-21 14:32:31 -07:00 |
|
 Greg NeagleandGitHub
|
9126b083fd
|
Update README.md
|
2021-06-02 14:02:56 -07:00 |
|
 Greg NeagleandGitHub
|
1aff3516ae
|
Update README.md
|
2021-06-02 14:00:47 -07:00 |
|
Greg Neagle
|
d3c0d20b62
|
Fix copyright date
|
2021-03-18 14:28:39 -07:00 |
|
Greg Neagle
|
2f31403de6
|
Add getmacosipsws.py
|
2021-03-18 14:27:27 -07:00 |
|
Greg Neagle
|
8b4287d7b4
|
Add _a_ Big Sur sucatalog to the list of DEFAULT_SUCATALOGS
|
2020-11-12 10:44:00 -08:00 |
|
 Greg NeagleandGitHub
|
07e95a45f4
|
Update README.md
|
2020-10-05 10:32:21 -07:00 |
|
 Greg NeagleandGitHub
|
c6472f6841
|
Update README.md
|
2020-10-05 10:31:35 -07:00 |
|
Greg Neagle
|
4d2643f796
|
Add --compressed flag only if URL does not end in .gz. Addresses #68
|
2020-09-25 14:30:03 -07:00 |
|
Greg Neagle
|
b950e9d70a
|
Merge branch 'main' of https://github.com/munki/macadmin-scripts into main
|
2020-09-23 16:52:39 -07:00 |
|
Greg Neagle
|
13fb28cdc8
|
Add --compress to curl call and hope Apple doesn't decide to violate more HTTP standards.
|
2020-09-23 16:52:24 -07:00 |
|
 Greg NeagleandGitHub
|
96b8430d4a
|
Fix bad variable name when checking for privacy-protected directories
|
2020-09-18 13:55:55 -07:00 |
|
 Greg NeagleandGitHub
|
e71ade7e92
|
Update README.md
|
2020-07-29 13:01:28 -07:00 |
|
Greg Neagle
|
409ea6c9a9
|
Properly parse sucatalogs for Big Sur beta installer
|
2020-06-22 16:25:01 -07:00 |
|
Greg Neagle
|
9f9ec905e8
|
Catch IOError exception when trying to read the SeedCatalogs.plist; print any errors around SeedCatalogs.plist access to stderr.
|
2020-05-28 07:56:51 -07:00 |
|
 Greg NeagleandGitHub
|
e27cd94c07
|
Update README.md
|
2020-05-27 14:15:55 -07:00 |
|
Greg Neagle
|
d4860447b3
|
Bump sparseimage size to 16g; eliminate extra whitespace
|
2020-05-27 11:07:29 -07:00 |
|
 Greg NeagleandGitHub
|
fb503afeb1
|
Merge pull request #48 from call/patch-1
Remove errant whitespace
|
2020-03-30 20:09:17 -07:00 |
|
 Greg NeagleandGitHub
|
58b7d0d436
|
Merge pull request #47 from aysiu/patch-1
9GB sparse disk image to accommodate 10.15.4
|
2020-03-27 08:09:36 -07:00 |
|
Greg Neagle
|
b476cc0122
|
updated docs
|
2020-03-16 08:35:59 -07:00 |
|
 Greg NeagleandGitHub
|
e3d870a070
|
Merge pull request #42 from shinjukumiku/shinjukumiku-patch-cmbuild
installmacos.py: install_product: set CM_BUILD
|
2020-01-31 08:11:43 -08:00 |
|
Greg Neagle
|
0276ddd1ba
|
Fix bad indent from #27. Addresses #34 and #35.
|
2019-11-04 15:33:40 -08:00 |
|
 Greg NeagleandGitHub
|
697639f164
|
Merge pull request #27 from carlashley/master
Move `os.getuid()` check
|
2019-11-03 09:42:04 -08:00 |
|
Greg Neagle
|
c9846e8984
|
Add Catalina sucatalog
|
2019-09-27 15:37:13 -07:00 |
|
Greg Neagle
|
7d1df62482
|
In os_installer_product_info better handle the failure to find a server metadata file for a macos product
|
2019-08-18 09:00:18 -07:00 |
|
 Greg NeagleandGitHub
|
d573b42232
|
Update README.md
|
2019-08-07 16:02:51 -07:00 |
|
 Greg NeagleandGitHub
|
21dfc75519
|
Update README.md
|
2019-08-07 16:00:34 -07:00 |
|
Greg Neagle
|
66331c6b5a
|
Work around a very dumb Apple bug in a package postinstall script.
|
2019-07-31 15:12:58 -07:00 |
|
Greg Neagle
|
ebd27a06c2
|
Fix to add SeedProgram extended attribute to the install application if --seedprogram option is used
|
2019-07-03 10:02:31 -07:00 |
|
Greg Neagle
|
9d9bb51ab1
|
Don't attempt to parse a dist we could not replicate! Addresses #19.
|
2019-05-28 14:53:50 -07:00 |
|
Greg Neagle
|
7f27257d96
|
Add plistlib wrapper functions to avoid DeprecationWarnings under Python 3
|
2019-05-12 12:11:20 -07:00 |
|
Greg Neagle
|
22c91ee3c8
|
Some post-2to3-conversion cleanup
|
2019-05-02 20:34:37 -07:00 |
|
Greg Neagle
|
c6c91dca06
|
Attempt #2 to add Python 3 compatibility
|
2019-05-02 20:26:00 -07:00 |
|
Greg Neagle
|
1f1615e5a2
|
Revert Python 3 changes as they relied on a non-standard module.
This reverts commit b3339ef2f8.
|
2019-05-02 17:21:20 -07:00 |
|
Greg Neagle
|
c7c3ab6c31
|
Revert Python 3 chnages since they relied on a non-standard module.
This reverts commit adcff204f4.
|
2019-05-02 17:19:18 -07:00 |
|
Greg Neagle
|
adcff204f4
|
A few post-2to3 optimizations
|
2019-05-02 09:30:05 -07:00 |
|
Greg Neagle
|
b3339ef2f8
|
Add Python 3 support to installinstallmacos.py
|
2019-05-02 06:33:19 -07:00 |
|
Greg Neagle
|
7b16cf5d39
|
Dynamically determine valid Seed Program names and provide better error message if an unknown Seed Program is given to --seedprogram
|
2019-02-19 11:34:51 -08:00 |
|
Greg Neagle
|
c0cdf39725
|
Fix reference to args.sucatalog_url. Fixes #10
|
2018-10-04 00:56:38 +02:00 |
|
Greg Neagle
|
5fd6ae153b
|
Merge branch 'master' of https://github.com/munki/macadmin-scripts
|
2018-10-02 18:59:29 +02:00 |
|
Greg Neagle
|
06179680c2
|
No longer defaults to Seed Program sucatalog. Use new --seedprogram option to specify CustomerSeed, DeveloperSeed, or PublicSeed if desired.
|
2018-10-02 18:58:38 +02:00 |
|
 Greg NeagleandGitHub
|
9b6c4cab9c
|
Update README.md
|
2018-09-29 06:47:50 -07:00 |
|
 Greg NeagleandGitHub
|
1f9c62e457
|
Merge pull request #6 from discentem/patch-1
fixing typo
|
2018-09-25 08:55:00 -07:00 |
|
 Greg NeagleandGitHub
|
5fbced7488
|
Update README.md
|
2018-09-24 11:18:05 -07:00 |
|
Greg Neagle
|
4b68682c81
|
Add Post Date to listing output
|
2018-09-20 10:38:39 -07:00 |
|
Greg Neagle
|
f9985c90ad
|
Reorganize README.md; add info for make_firmwareupdater_pkg.sh
|
2018-08-17 08:09:32 -07:00 |
|
 Greg NeagleandGitHub
|
d5a6247dee
|
Update README.md
|
2018-08-16 18:28:14 -07:00 |
|
Greg Neagle
|
6c10f48833
|
Add more items to .gitignore; update README for more info on expected installinstallmacos.py behavior
|
2018-08-15 15:44:05 -07:00 |
|
Greg Neagle
|
314eca5f23
|
Add SeedProgram xattr to Install macOS app; making a compressed read-only dmg is now the default
|
2018-08-14 15:26:17 -07:00 |
|
Greg Neagle
|
aca77ebbf2
|
Get default sucatalog URL from Seeding.framework if possible; handle .gz sucatalogs
|
2018-08-07 13:50:38 -07:00 |
|
Greg Neagle
|
b77c891090
|
Add docs for createbootvolfromautonbi.py
|
2018-04-02 15:59:00 -07:00 |
|
Greg Neagle
|
29da497c0d
|
Add documentation for installinstallmacos.py
|
2018-04-02 15:35:28 -07:00 |
|
Greg Neagle
|
50ecea40cf
|
Better handle the case where installing the Install macOS distribution fails.
|
2018-04-02 15:10:52 -07:00 |
|
Greg Neagle
|
08edce08e7
|
Add .gitignore file
|
2018-04-02 15:10:01 -07:00 |
|
 Greg NeagleandGitHub
|
dfb8803e57
|
Merge pull request #1 from timsutton/auxinfo-keys
Handle nested dict elem within auxinfo
|
2017-12-19 06:53:54 -08:00 |
|
Greg Neagle
|
7de1ecab2b
|
First commit
|
2017-11-09 14:12:03 -08:00 |
|