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
This happens when the installer is run without prepending zsh.
In a zsh terminal
% ./install/install-magasin.sh
displays the error. This is because the shebang in the script refers to bash. And bash is run
However if it is run like this:
% zsh ./install-magasin.sh
It does not happen.
Mac OS bash version is relatively old (3.2) compared with the version modern GNU/Linux distribution (5.x) nd does not support declare -A. Which is used to keep track of what commands are missing and need to be installed.
On MacOs running ./install-magasin.sh in zsh the following is displayed:
The text was updated successfully, but these errors were encountered: