We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1734bbe commit 93e5ec5Copy full SHA for 93e5ec5
llm/install.sh
@@ -33,6 +33,9 @@ fi
33
# chmod +x "${SCRIPT_DIR}/LM-Studio-"*
34
# fi
35
36
+echo "Ensuring that LM Studio is executable."
37
+chmod +x "${SCRIPT_DIR}/LM-Studio-"*.appimage
38
+
39
echo "Creating LM Studio shortcut symlink."
40
ln -f -s "${SCRIPT_DIR}/lm-studio.desktop" "${HOME}/.local/share/applications/lm-studio.desktop"
41
0 commit comments