make sure to chmod the downloaded llm-ls binary

This commit is contained in:
Gered 2024-11-10 21:41:33 -05:00
parent 76a81e17e1
commit 8e6fb10086

View file

@ -22,6 +22,7 @@ if [ ! -f "${HOME}/.cargo/bin/llm-ls" ]; then
echo "Downloading llm-ls binary"
mkdir -p "${HOME}/.cargo/bin"
curl -o "${HOME}/.cargo/bin/llm-ls" "https://blarg.ca/files/llm-ls/20241110/llm-ls"
chmod +x "${HOME}/.cargo/bin/llm-ls"
else
echo "llm-ls binary already installed"
fi