TurboParser icon indicating copy to clipboard operation
TurboParser copied to clipboard

install_deps.sh assumes user is running under the Bash Shell

Open Saad-Mahamood opened this issue 7 years ago • 0 comments

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

Saad-Mahamood avatar Jul 31 '17 16:07 Saad-Mahamood