Skip to content

Use Portable Path to Bash for linux_install.sh

The linux_install.sh script has a hardcoded path to bash, which does not work with NixOS and other distributions where bash is not found in /bin. This commit fixes this by delegating the path lookup to envby replacing the shebang line with #!/usr/bin/env bash.

Merge request reports