Zeno Popovici
Zeno Popovici
Here's the fix for x86 Big sur ```bash #!/usr/bin/env bash INFO=$(ioreg -l -n AppleSmartBattery -r) # Charge and time remaining CURRENT_CAPACITY=$(echo "$INFO" | grep CurrentCapacity | awk '{printf $3; exit}')...
Here is the configuration for M1. Battery age is impossible to calculate, it seems they don't follow the standard anymore. ```bash #!/usr/bin/env bash INFO=$(ioreg -l -n AppleSmartBattery -r) # Charge...
I was just about to open an issue regarding this. It's really important to see what's changed.
Couldn't we support both? If one is empty then show the other? This way we don't have to change anybody's work style, and we wouldn't make a decision that's for...
@nmcspadden I've tested it on a fresh M1 machine.
> bash-3.2$ autopkg run GoogleChrome.munki Just making sure: It seems that you're running autopkg without `-k extract_icon=True`, can you run: `autopkg run GoogleChrome.munki -k extract_icon=True` and see if you have...
@gregneagle Sorry for the missing parameter, it was in the recipe file itself. 😮💨 At least it is now reproducible. There is a workaround: downgrade `munki-tools` to `v5.6.1`. This is...
@katiie change tip number to 75 and add it to the readme file.
@tisohjung Thank you for your work. Let us know when we can merge.
@dhbalaji Add tip 75 and add it to the readme.