Ability to set install path when installing on linux using the installer script #30593
radam9
started this conversation in
Zed Packaging and Platform Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey There,
Currently the script installation method
curl -f https://zed.dev/install.sh | sh
installs zed at$HOME/.local/zed.app
.I do not see anyway to be able to set the required install path or pass it to the installer script.
Many other apps that are installed using a script allow passing a directory flag that sets the installation location, examples:
-b $HOME/wherever
argument.--install-dir $HOME/wherever
argument.\PYENV_ROOT=$HOME/wherever
POETRY_HOME=$HOME/wherever
.Thanks 👍🏻
Beta Was this translation helpful? Give feedback.
All reactions