[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Idea: Install script to better support improving contributor-friendl
From: |
Adonay Felipe Nogueira |
Subject: |
Re: Idea: Install script to better support improving contributor-friendliness of projects |
Date: |
Thu, 30 Nov 2017 11:14:03 -0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
I think it could be replaced with command instructions such as `sudo -i'
(or the one with long option instead, `sudo --login') or the related
`su'-only counterpart (which I forgot how to use because I can't do so).
Perhaps something like this (I don't know if this is correct):
--8<---------------cut here---------------start------------->8---
sudo -i || su
... Do stuff as real/full root.
exit
... Do stuff as normal user.
--8<---------------cut here---------------end--------------->8---
2017-11-30T10:59:09+0100 Ludovic Courtès wrote:
> Mark H Weaver <address@hidden> skribis:
>
>
> [...]
>
>
> Related to that, someone on IRC suggested removing the “#” from the
> shell snippets at
> <https://www.gnu.org/software/guix/manual/html_node/Binary-Installation.html>,
> for easier copy/pasting.
>
> I think I’ll go ahead and do that if nobody objects.
>
> Thanks,
> Ludo’.
- 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, myglc2, 2017/11/28
- Re: Idea: Install script to better support improving contributor-friendliness of projects, lamefun . x0r, 2017/11/28
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Leo Famulari, 2017/11/28
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Adonay Felipe Nogueira, 2017/11/28
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Pjotr Prins, 2017/11/29
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Ricardo Wurmus, 2017/11/29
- 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 <=
- 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, 2017/11/27