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

install script should check to see if 'curl' is installed #318

Open
mrphs opened this issue Nov 22, 2018 · 2 comments
Open

install script should check to see if 'curl' is installed #318

mrphs opened this issue Nov 22, 2018 · 2 comments
Labels
backlog Seems valid, but no plans to tackle immediately feature request New feature or request good first issue Good for newcomers

Comments

@mrphs
Copy link

mrphs commented Nov 22, 2018

'curl' isn't installed by default on Debian. The installation script tries to run docker installation script by fetching it via 'curl' but if it isn't installed, it fails all together.

The safest bet would be to make sure 'curl' is installed before getting to other steps.

@trevj
Copy link
Contributor

trevj commented Nov 30, 2018

@mrphs Thanks for trying Outline. Seems like we could add instructions for both wget and curl.

@trevj trevj added feature request New feature or request good first issue Good for newcomers backlog Seems valid, but no plans to tackle immediately labels Nov 30, 2018
@staticfrost
Copy link

staticfrost commented Dec 10, 2018

I'll take a look at this one. #345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Seems valid, but no plans to tackle immediately feature request New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants