[PR #4936] [MERGED] Make OUTDIR in Linux installer configurable by accepting an optional ANYTHING_LLM_INSTALL_DIR env var #4832

Closed
opened 2026-02-22 18:36:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4936
Author: @DanielYang59
Created: 1/29/2026
Status: Merged
Merged: 1/29/2026
Merged by: @timothycarambat

Base: desktopHead: configurable-install-path


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 linux_installer.sh (+1 -1)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

N/A

What is in this change?

Added an optional env var ANYTHING_LLM_INSTALL_DIR (maybe someone could suggest a better name) to the Linux installer to be able to select the install path (I personally don't want an app to install itself into $HOME...)

Additional Information

N/A

Developer Validations


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/4936 **Author:** [@DanielYang59](https://github.com/DanielYang59) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `desktop` ← **Head:** `configurable-install-path` --- ### 📝 Commits (1) - [`71f5263`](https://github.com/Mintplex-Labs/anything-llm/commit/71f52637110cff0871e57b98a56b5195e4a8ce0e) make OUTDIR configurable ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `linux_installer.sh` (+1 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> N/A ### What is in this change? Added an optional env var `ANYTHING_LLM_INSTALL_DIR` (maybe someone could suggest a better name) to the Linux installer to be able to select the install path (I personally don't want an app to install itself into $HOME...) ### Additional Information N/A ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated: https://github.com/Mintplex-Labs/anythingllm-docs/pull/210 - [x] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:37 -05:00
yindo closed this issue 2026-02-22 18:36:37 -05:00
yindo changed title from [PR #4936] Make `OUTDIR` in Linux installer configurable by accepting an optional `ANYTHING_LLM_INSTALL_DIR` env var to [PR #4936] [MERGED] Make `OUTDIR` in Linux installer configurable by accepting an optional `ANYTHING_LLM_INSTALL_DIR` env var 2026-06-05 15:20:36 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4832