Skip to content

List all missing dependencies at once

Dean requested to merge master-36 into master

Created by: ghost

  • Make setup.sh more POSIX compliant by using "commands -v" instead of "which" More details here
  • If any dependencies are missing is will show all the missing dependencies at once instead as one by one like it used to do before.

I didn't install the dependencies before running the scrip and I had to run the script again every time after installing a dependency to see if any dependencies were still missing. So I thought that I would change that to make it more practical.

Merge request reports