Fix nvm just install
This commit is contained in:
@@ -57,8 +57,8 @@ nvim: (cargo "bob-nvim ripgrep tree-sitter-cli")
|
||||
|
||||
node:
|
||||
#!/usr/bin/env bash
|
||||
PROFILE=/dev/null bash -c 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v1.40.1/install.sh | bash'
|
||||
source ~/.nvm/nvm.sh
|
||||
PROFILE=/dev/null bash -c 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash'
|
||||
source ~/.config/nvm/nvm.sh
|
||||
nvm install node
|
||||
|
||||
nix:
|
||||
|
||||
Reference in New Issue
Block a user