Instead of running the second brew(right) bash install command anyway (even if the first one failed), we should use `&&` to run it only when the first (left)
the command is successfull. This is solved by switching from `;` to `&&` when chaining the commands together.