Skip to content

Commit

Permalink
Met à jour l'URL pour installer NVM (#6538)
Browse files Browse the repository at this point in the history
Il semblerait que le dépôt ait été déplacé vers un espace de nom dédié et GitHub faisait la redirection de façon transparente.
  • Loading branch information
philippemilink authored Oct 8, 2023
1 parent bd9aab5 commit 0efc692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_zds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ fi
if ! $(_in "-node" $@) && ( $(_in "+node" $@) || $(_in "+base" $@) || $(_in "+full" $@) ); then
print_info "* [+node] installing nvm (v$ZDS_NVM_VERSION) & node (v$ZDS_NODE_VERSION) & yarn" --bold

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v${ZDS_NVM_VERSION}/install.sh | bash
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v${ZDS_NVM_VERSION}/install.sh | bash
if [[ $? == 0 ]]; then

# load nvm
Expand Down

0 comments on commit 0efc692

Please sign in to comment.