[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Idea: Install script to better support improving contributor-friendl
From: |
Alex Vong |
Subject: |
Re: Idea: Install script to better support improving contributor-friendliness of projects |
Date: |
Tue, 28 Nov 2017 05:06:28 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
Here is a further explaination of why 'curl | sh' is a bad idea:
https://stackoverflow.com/questions/29382739/why-using-curl-sudo-sh-is-not-advised
Cheers,
Alex
Никита Чураев <address@hidden> writes:
> Here's how I want to use Guix and it is to increase
> contributor-friendliness of a project, so that the user can simply run
> a distribution-independent command to install all dependencies without
> having to hunt for them with `apt` and `dnf` manually.
>
> Unfortunately, Guix itself is not very easy to install, and the
> instructions are full of rather technical stuff like 'systemd' and
> 'upstart'.
>
> https://www.gnu.org/software/guix/manual/html_node/Binary-Installation.html
>
> There should be a script like the one Haskell Stack uses:
>
> |curl -sSL https://get.haskellstack.org/ | sh|
>
> IMO supporting this as a use case could really bring popularity to GNU Guix.
>
> ||||
>
> ||
signature.asc
Description: PGP signature
- Re: Idea: Install script to better support improving contributor-friendliness of projects, (continued)
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Ludovic Courtès, 2017/11/30
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Adonay Felipe Nogueira, 2017/11/30
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Vincent Legoll, 2017/11/30
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Hartmut Goebel, 2017/11/30
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Adonay Felipe Nogueira, 2017/11/30
Re: Idea: Install script to better support improving contributor-friendliness of projects,
Alex Vong <=