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
I install on Ubuntu 22.04 using the install script:
curl -sS https://raw.githubusercontent.com/0xacx/chatGPT-shell-cli/main/install.sh | sudo -E bash
Installed chatgpt script to /usr/local/bin/chatgpt
The script will add the OPENAI_KEY environment variable to your shell profile and add /usr/local/bin to your PATH
Would you like to continue? (Yes/No)
OpenAI key and chatgpt path added to ~/.zshrc
Installation complete
bash: line 93: syntax error near unexpected token else' bash: line 93: else'
The syntax error is a bit confusing and maybe influences functionality?
The text was updated successfully, but these errors were encountered:
@hvl71 Thank you very much for reporting!
I always test this script by running it locally where it works fine but getting it with curl first does produce this syntax error, which is weird!
It does not influence functionality since it seems that the installation continues normally, but it definitely shouldn't appear as there is no syntax error in the script normally.
Same problem here, not working with ubunu 23.04, same error and the openai key is not asked
Installed chatgpt script to /usr/local/bin/chatgpt
The script will add the OPENAI_KEY environment variable to your shell profile and add /usr/local/bin to your PATH
Would you like to continue? (Yes/No)
OpenAI key and chatgpt path added to ~/.profile
Installation complete
bash: línea 93: error sintáctico cerca del elemento inesperado else' bash: línea 93: else'
I install on Ubuntu 22.04 using the install script:
curl -sS https://raw.githubusercontent.com/0xacx/chatGPT-shell-cli/main/install.sh | sudo -E bash
Installed chatgpt script to /usr/local/bin/chatgpt
The script will add the OPENAI_KEY environment variable to your shell profile and add /usr/local/bin to your PATH
Would you like to continue? (Yes/No)
OpenAI key and chatgpt path added to ~/.zshrc
Installation complete
bash: line 93: syntax error near unexpected token
else' bash: line 93:
else'The syntax error is a bit confusing and maybe influences functionality?
The text was updated successfully, but these errors were encountered: