Commit 5c1aba24 authored by Josh Goebel's avatar Josh Goebel
Browse files

no need to start with a bunch of cruft we may not even be wanting to use, let...

no need to start with a bunch of cruft we may not even be wanting to use, let users install their gems themselves
parent f69655d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build_package_ree_installer() {
    options="--no-tcmalloc"
  fi

  { ./installer --auto "$PREFIX_PATH" $options
  { ./installer --auto "$PREFIX_PATH" --dont-install-useful-gems $options
  } >&4 2>&1
}