Skip to content

Commit

Permalink
fix: install moon globally
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Dec 30, 2024
1 parent 2e12383 commit 1472202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/moonrepo/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moonrepo",
"id": "moonrepo",
"version": "1.0.0",
"version": "1.1.0",
"description": "Installs the moonrepo tool."
}
4 changes: 1 addition & 3 deletions src/moonrepo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

set -ex

curl -fsSL https://moonrepo.dev/install/moon.sh | bash

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 comments on commit 1472202

Please sign in to comment.