Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/setup-debian
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ main() {
_info "nvm already installed at ~/.nvm"
else
_info "Downloading and installing nvm..."
_echo_run curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
_echo_run curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.5/install.sh | bash
_info "nvm installed"
_info "Add the following to your shell startup file (~/.zshrc or ~/.bashrc):"
_out ' export NVM_DIR="$HOME/.nvm"'
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ main() {
_info "nvm already installed at ~/.nvm"
else
_info "Downloading and installing nvm..."
_echo_run bash -c 'curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash'
_echo_run bash -c 'curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.5/install.sh | bash'
_info "nvm installed"
_info "Add the following to your shell startup file (~/.zshrc or ~/.bashrc):"
_out ' export NVM_DIR="$HOME/.nvm"'
Expand Down
Loading