TurboParser
TurboParser copied to clipboard
install_deps.sh assumes user is running under the Bash Shell
When trying to install Turbo I ran into a problem where I couldn’t run the install_deps.sh Bash script because it assumes that I was running under the Bash shell. To fix this I added the Bash shebang line to the beginning of the script:
#!/usr/bin/env bash