Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InstallHomebrew.zsh shows unapplied updates for cli-tools when there is none. #21

Open
hylaride opened this issue Mar 11, 2024 · 0 comments

Comments

@hylaride
Copy link

Our organization is running InstallHombrew.zsh on a schedule to keep cli tools, homebrew, etc up to date. The issue is that the trick to get the CLI tools in to see the latest version in softwareupdate (touching /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress and running softwareupdate --list) will show an update notification on the gui software update. The solution to this is to run softwareupdate --list sometime after removing the temporary file or at the end of the script with the various cleanup steps. This will cause software update to not show uneeded cli-tool updates.

Can this be implemented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant