I'm working on a bash script that depends on specific package. This script will be used globally, on different machines. Some of them will have it, and some not.
How could I verify, as part of the bash script, if package is installed and to update/install it if needed?
My package manager (OSX 10.12) is brew.
You could write sth like: