HuggingFaceModelDownloader icon indicating copy to clipboard operation
HuggingFaceModelDownloader copied to clipboard

- Use /usr/bin/env to find bash, making build scripts compatiable with NixOS and other non-standard systems.

Open deftdawg opened this issue 1 year ago • 0 comments

Bash is usually but not always found at /bin/bash (on NixOS it's at /run/current-system/sw/bin/bash, others systems might install in /usr/bin/bash), when bash is in the path it's a best practice to locate it using env. These changes do that.

deftdawg avatar Apr 10 '24 01:04 deftdawg