mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-27 20:21:36 +00:00
Properly remove the tar file.
This commit is contained in:
4
nvm.sh
4
nvm.sh
@@ -262,8 +262,8 @@ nvm() {
|
|||||||
curl -L -C - --progress-bar $url -o "$tmptarball" && \
|
curl -L -C - --progress-bar $url -o "$tmptarball" && \
|
||||||
nvm_checksum `${shasum} "$tmptarball" | awk '{print $1}'` $sum && \
|
nvm_checksum `${shasum} "$tmptarball" | awk '{print $1}'` $sum && \
|
||||||
tar -xzf "$tmptarball" -C "$tmpdir" --strip-components 1 && \
|
tar -xzf "$tmptarball" -C "$tmpdir" --strip-components 1 && \
|
||||||
mv "$tmpdir" "$NVM_DIR/$VERSION" && \
|
rm "$tmptarball" && \
|
||||||
rm -f "$tmptarball"
|
mv "$tmpdir" "$NVM_DIR/$VERSION"
|
||||||
)
|
)
|
||||||
then
|
then
|
||||||
nvm use $VERSION
|
nvm use $VERSION
|
||||||
|
Reference in New Issue
Block a user