You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: