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
Motivation:
The current shell script does not work for zsh resulting in the following error.
zsh: parse error near `)'. Adding
Modifications:
Adding quotes around the file name fixes the command for bash and zsh. Tested locally.
Result:
Install command works for zsh and bash.
0 commit comments