These scripts are written with Bash-specific syntax and thus require the Bash shell specifically. #2536
Replies: 3 comments 5 replies
-
To clarify: do we have to set bash as the default shell from now on? Executing e.g. |
Beta Was this translation helpful? Give feedback.
-
@szymswiat were you using Zsh as your shell while experiencing the issue in #2410? |
Beta Was this translation helpful? Give feedback.
-
I've identified several issues that I believe stem from having zsh set as the default shell, and I suspect there may be many more. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Taking this into account, the scripts have been updated to include a check to verify if the default shell is set to Bash. If the default shell is not Bash, the script will exit.
This update aims to prevent difficult-to-troubleshoot issues that can arise from using non-Bash shells (apologies to Zsh users).
Beta Was this translation helpful? Give feedback.
All reactions