Browse Source

Revert part of the change from e0537ce3df, fixes #458

master
Jordan Harband 11 years ago
parent
commit
e4ada9fa43
  1. 2
      install.sh

2
install.sh

@ -113,7 +113,7 @@ if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then
fi fi
echo " OR" echo " OR"
echo "=> Append the following lines to the correct file yourself:" echo "=> Append the following lines to the correct file yourself:"
printf "%s" "$SOURCE_STR" printf "$SOURCE_STR"
echo echo
else else
if ! grep -qc 'nvm.sh' "$PROFILE"; then if ! grep -qc 'nvm.sh' "$PROFILE"; then

Loading…
Cancel
Save