Skip to content

Commit 93e5ec5

Browse files
committed
Fix LM Studio permissions
1 parent 1734bbe commit 93e5ec5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llm/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ fi
3333
# chmod +x "${SCRIPT_DIR}/LM-Studio-"*
3434
# fi
3535

36+
echo "Ensuring that LM Studio is executable."
37+
chmod +x "${SCRIPT_DIR}/LM-Studio-"*.appimage
38+
3639
echo "Creating LM Studio shortcut symlink."
3740
ln -f -s "${SCRIPT_DIR}/lm-studio.desktop" "${HOME}/.local/share/applications/lm-studio.desktop"
3841

0 commit comments

Comments
 (0)