Stephen Boyle
Stephen Boyle
df was returning disk size in kb and not gb stumbled across this is testing.
`check_installer_is_valid`: dont exit if existing installer is broken. this allows the script to possibly get a new installer later. looking at the code and where this function is called, i...
I have encountered some situations where the script will exit in error for one reason or an other. In some of these cases the sparsebundle had been mounted to check...
In our use case we cache the installer in a separate step from installing it. we would like both handled by erase-install. in some of my testing I found that...
Account for users who do not have their home directory under /Users
The install script didnt work for me - but i got it to seemingly work with: ``` sudo apt install npm sudo npm install -g ts-node sudo npm install -g...
Updated to use python3 from: https://github.com/macadmins/python
updated recipe to support arm64 dropbox download. create an override and specify ARCHITECTURE to get arm vs intel.
I had a client who was a bit anal/confused when it came to the adobe versions and wants "(2018)" appended to the display_name in MSC. I figured - no big...
Seems #60 caused a regression in behavior. When i try to use munki-rebrand, signing as usual and then submitting for notarization it fails with a laundry list of issues. reverting...