mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Merge pull request #311 from loganfsmyth/remove-tar
Properly remove the tar file.
This commit is contained in:
commit
7ccc2dd5ed
4
nvm.sh
4
nvm.sh
@ -262,8 +262,8 @@ nvm() {
|
||||
curl -L -C - --progress-bar $url -o "$tmptarball" && \
|
||||
nvm_checksum `${shasum} "$tmptarball" | awk '{print $1}'` $sum && \
|
||||
tar -xzf "$tmptarball" -C "$tmpdir" --strip-components 1 && \
|
||||
mv "$tmpdir" "$NVM_DIR/$VERSION" && \
|
||||
rm -f "$tmptarball"
|
||||
rm -f "$tmptarball" && \
|
||||
mv "$tmpdir" "$NVM_DIR/$VERSION"
|
||||
)
|
||||
then
|
||||
nvm use $VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user