yusufcanb / tlm

Local CLI Copilot, powered by CodeLLaMa. 💻🦙
Apache License 2.0
1.21k stars 38 forks source link

README scripts failing on Mac #10

Closed jacobburrell closed 7 months ago

jacobburrell commented 7 months ago

For Ollama installation instructions on the README

curl -fsSL https://ollama.com/install.sh | sh

Gives this error: ERROR This script is intended to run on Linux only.

For the installation script for tlm:

curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/main/install.sh | sudo bash -E

Gives this error: bash: line 39: conditional binary operator expected

jgibbarduk commented 7 months ago

I have the same issue on Mac 14.2.1 (23C71)

yusufcanb commented 7 months ago

Just fixed with;

Sorry for the inconvenience. Thanks giving tlm a shot.