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

Is it really safe to recommend this? #4

Closed
ekianjo opened this issue Sep 26, 2019 · 3 comments
Closed

Is it really safe to recommend this? #4

ekianjo opened this issue Sep 26, 2019 · 3 comments

Comments

@ekianjo
Copy link

ekianjo commented Sep 26, 2019

I saw that the first line of the installation guide is:

curl -sSL https://get.haskellstack.org/ | sh

It's probably not a good idea to recommend executing a remote shell script without verifying its contents in any way. Or am I too paranoid?

@jonschoning
Copy link
Owner

jonschoning commented Sep 26, 2019

this used to be the easiest way to install stack, but i'll update the readme to just point to the stack page. you can download a static binary manually via More detailed installation information from https://tech.fpcomplete.com/haskell/get-started/linux

@ekianjo
Copy link
Author

ekianjo commented Sep 26, 2019

Thanks, its probably better this way.

@brettinternet
Copy link
Contributor

@ekianjo You may also consider the docker way via espial-docker. A compose file with a reverse proxy like traefik is very easy to deploy. Here's mine.

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

3 participants