diff --git a/scripts/setup-debian b/scripts/setup-debian index 8078ca7..c6a0c14 100755 --- a/scripts/setup-debian +++ b/scripts/setup-debian @@ -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"' diff --git a/scripts/setup-fedora b/scripts/setup-fedora index 7e88ca6..829a4bd 100755 --- a/scripts/setup-fedora +++ b/scripts/setup-fedora @@ -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"'