Skip to content

Commit

Permalink
Merge pull request #106 from ghost/master
Browse files Browse the repository at this point in the history
nodejs.org doesnt seem to support resuming partial downloads
  • Loading branch information
creationix committed Oct 17, 2012
2 parents 3766bff + a862625 commit b73f093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvm.sh
Expand Up @@ -215,7 +215,7 @@ nvm()
[ ! -z $tarball ] && \
mkdir -p "$NVM_DIR/src" && \
cd "$NVM_DIR/src" && \
curl -C - --progress-bar $tarball -o "node-$VERSION.tar.gz" && \
curl --progress-bar $tarball -o "node-$VERSION.tar.gz" && \
tar -xzf "node-$VERSION.tar.gz" && \
cd "node-$VERSION" && \
./configure --prefix="$NVM_DIR/$VERSION" $ADDITIONAL_PARAMETERS && \
Expand Down

0 comments on commit b73f093

Please sign in to comment.