We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5316dd commit fd33179Copy full SHA for fd33179
install.sh
@@ -74,10 +74,6 @@ install_nvm_from_git() {
74
echo >&2 "Failed to update nvm, run 'git fetch' in $INSTALL_DIR yourself."
75
exit 1
76
}
77
- echo "=> Compressing and cleaning up git repository"
78
- if ! command git --git-dir="$INSTALL_DIR"/.git --work-tree="$INSTALL_DIR" gc --aggressive --prune=now ; then
79
- echo >&2 "Your version of git is out of date. Please update it!"
80
- fi
81
else
82
# Cloning to $INSTALL_DIR
83
echo "=> Downloading nvm from git to '$INSTALL_DIR'"
0 commit comments