Is your feature request related to a problem? Please describe.
Some minimal system configurations present on Arch Linux doesn't install "which" by default and advertises it as a separate package to install manually.
Describe the solution you'd like
Add a check for which command existing and abort the script if it is not found.
Describe alternatives you've considered
Ask package maintainers to require the which program to be installed.
Is your feature request related to a problem? Please describe.
Some minimal system configurations present on Arch Linux doesn't install "which" by default and advertises it as a separate package to install manually.
Describe the solution you'd like
Add a check for which command existing and abort the script if it is not found.
Describe alternatives you've considered
Ask package maintainers to require the which program to be installed.