Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to install curl before being able to run Ubuntu installer (which installs curl). #36

Closed
aknrdureegaesr opened this issue Apr 22, 2016 · 0 comments

Comments

@aknrdureegaesr
Copy link
Contributor

  • curl is not installed on Ubuntu out of the box.
  • It is installed as part of rails-install-ubuntu.sh, which has sudo apt-get --ignore-missing install ... curl .
  • But it is already needed before that runs, namly, for bash < <(curl ...)
aknrdureegaesr added a commit to aknrdureegaesr/installation-scripts that referenced this issue Apr 22, 2016
@hsbt hsbt closed this as completed in ea3fd5c Apr 22, 2016
hsbt added a commit that referenced this issue Apr 22, 2016
Need to install curl before first use. Fixes #36.
aknrdureegaesr added a commit to railsgirls/guides.railsgirls.com that referenced this issue Apr 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant