118 Commits

Author SHA1 Message Date
Graham Pugh
4410b44f7b Merge branch 'main' of https://github.com/munki/macadmin-scripts into munki-main 2025-08-21 12:47:49 +02:00
Greg Neagle
522fc7ff40 Workaround for issue with installer in macOS 15.6 2025-08-20 13:55:28 -07:00
Greg Neagle
85c643e684 macOS 26 updates 2025-06-24 09:52:55 -07:00
Graham Pugh
b2570b4b0d add beta catalog for macOS 26 2025-06-11 20:11:14 +02:00
Peter Suh
73d7b90c7d
Add Sequoia catalog. 2024-11-18 15:10:56 +09:00
Greg Neagle
77e507e435
Add Sequoia sucatalog URL 2024-09-18 08:45:38 -07:00
Greg Neagle
1fc3224198 Add default catalog URL for Sonoma 2023-10-10 11:34:57 -07:00
Jason Thatcher
ca280304c0 Add Sonoma catalog 2023-10-01 20:30:28 +10:00
scheblein
944a01cb06
Update installinstallmacos.py (#115)
added catalog url for Ventura
2023-07-07 11:32:59 -07:00
Graham Pugh (iMac Pro)
ad107a5593 revert to distutils for py<=3.9 2023-01-24 21:33:44 +01:00
Graham Pugh (iMac Pro)
074c1a5d7b account for older python 2023-01-24 21:20:34 +01:00
Graham Pugh (iMac Pro)
4c4bdd8671 list shows latest version 2023-01-24 20:32:28 +01:00
Graham Pugh (iMac Pro)
f2e9a63872 use packaging.version.LegacyVersion 2023-01-24 20:24:15 +01:00
Graham Pugh
55e6345d5c ventura catalog 2022-10-24 23:49:53 +01:00
Greg Neagle
a8a6f150c8 Python 3 fix for setting Seed Program xattr. 2022-04-05 10:42:52 -07:00
Graham Pugh
ed6654e778 switch to pkg_resources 2022-03-09 19:25:36 +01:00
Graham Pugh
8b2f2c58b9 Allow for removal of distutils in a future python 2022-03-08 15:11:59 +01:00
Graham Pugh
820b02c575 Merge branch 'main' of https://github.com/munki/macadmin-scripts into munki-main 2022-02-04 19:35:15 +01:00
Graham Pugh
f97e262faf add catalog override option 2022-02-03 07:43:44 +01: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
Graham Pugh
e2d5ee2e2c add macOS 12 catalog 2021-10-24 16:14:42 +02:00
Greg Neagle
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
Erik Gomez
9fca3a252d
add monterey sucatalog (#99) 2021-10-21 14:31:07 -07:00
Graham Pugh
627a9f3133 Update to work on Monterey 2021-10-02 00:31:08 +02:00
Graham R Pugh
7fdc8064fb remove special characters 2021-04-18 14:46:22 +02:00
Graham R Pugh
ccb56e4443 Merge branch 'main' of https://github.com/munki/macadmin-scripts into munki-main 2021-03-10 11:47:42 +01:00
Craig Davison
03ef2ba0fe
Fix HTTP resume (#84)
* Fix HTTP resume

* Handle error 416 when resuming complete file

* Line break for comment

* Fix logic

* ensure err.output is digits

* amend comment

* Support retry on error 412
2021-02-15 17:14:52 -08:00
Graham R Pugh
f6df69e847 now obtains Apple Silicon Device IDs. 2020-12-15 00:06:09 +01:00
Graham R Pugh
660134e0e5 Fix for os comparisons where none is given in the softwarecatalog 2020-12-10 14:46:58 +01:00
Graham R Pugh
202b59d7f2 --os flag now treats 10.x or 11+ as major versions 2020-12-06 18:39:59 +01:00
Graham R Pugh
f18e98aebc update for beta macOS installers using the --pkg option 2020-11-23 14:03:16 +01:00
Graham R Pugh
2e4431e889 add --pkg option 2020-11-18 23:23:23 +01:00
Greg Neagle
8b4287d7b4 Add _a_ Big Sur sucatalog to the list of DEFAULT_SUCATALOGS 2020-11-12 10:44:00 -08:00
Graham R Pugh
9f72d0c8e6 Big Sur readiness 2020-11-06 16:05:42 +01:00
Graham Pugh
1daeca0e44
Merge pull request #26 from munki/main
Add --compressed flag only if URL does not end in .gz. Addresses #68
2020-09-25 23:52:50 +02: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
Graham Pugh
807c99077f Merge branch 'main' of https://github.com/munki/macadmin-scripts into munki-main 2020-09-24 09:52:18 +02: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 Neagle
96b8430d4a
Fix bad variable name when checking for privacy-protected directories 2020-09-18 13:55:55 -07:00
Graham R Pugh
42b1840843 fix upstream error 2020-09-18 21:51:29 +01:00
Graham Pugh
73e447c451
Merge pull request #20 from munki/main
Pulls @natewalck 's upstream changes into this fork
2020-09-18 21:45:32 +01:00
Nate Walck
e59d8b84cb
Add check for running from current user directory and bail with warning (#65)
* Add check for running from special dirs that apple thinks need approval and warn
2020-09-18 13:41:31 -07:00
Graham R Pugh
5e6c1bde60 decide device and model lines 2020-08-18 15:15:08 +02:00
Graham R Pugh
445e8054e1 decode board ids line 2020-08-18 15:13:59 +02:00
Graham R Pugh
1283058653 Add test for remotectl command for older Macs 2020-08-18 15:00:53 +02:00
Graham R Pugh
9a53656ebf syntax 2020-08-06 21:07:06 +02:00
Graham R Pugh
92b0bd8f8f suppress stderr - second attempt 2020-08-06 21:06:23 +02:00
Graham R Pugh
0253fc94bd don't output from remotectl 2020-08-06 21:01:41 +02:00