We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e12383 commit 1472202Copy full SHA for 1472202
src/moonrepo/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"name": "moonrepo",
3
"id": "moonrepo",
4
- "version": "1.0.0",
+ "version": "1.1.0",
5
"description": "Installs the moonrepo tool."
6
}
src/moonrepo/install.sh
@@ -2,6 +2,4 @@
set -ex
-curl -fsSL https://moonrepo.dev/install/moon.sh | bash
-
7
-echo 'export PATH="$HOME/.moon/bin:$PATH"' >> "$HOME/.bashrc"
+curl -fsSL https://moonrepo.dev/install/moon.sh | MOON_INSTALL_DIR=/usr/local/bin bash
0 commit comments