Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install_deps.sh assumes user is running under the Bash Shell #37

Open
Saad-Mahamood opened this issue Jul 31, 2017 · 0 comments
Open

install_deps.sh assumes user is running under the Bash Shell #37

Saad-Mahamood opened this issue Jul 31, 2017 · 0 comments

Comments

@Saad-Mahamood
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant