2 lines
159 B
Plaintext
Executable File
2 lines
159 B
Plaintext
Executable File
curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/latest/download/chatgpt-linux-amd64 && chmod +x chatgpt && sudo mv chatgpt /usr/local/bin/
|