From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <87d13z6h9g.fsf@hyperbola.info> References: <311dec57-62fd-a88d-19d4-2eae9041ef97@gmail.com> <87bmjook1w.fsf@netris.org> <87zi745bpu.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKOfM-00057E-94 for guix-devel@gnu.org; Thu, 30 Nov 2017 08:14:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKOfJ-0007W4-4I for guix-devel@gnu.org; Thu, 30 Nov 2017 08:14:12 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:49278) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eKOfI-0007Vg-Tz for guix-devel@gnu.org; Thu, 30 Nov 2017 08:14:09 -0500 Received: from adfeno-pc1 (unknown [179.220.58.153]) (Authenticated sender: adfeno@hyperbola.info) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 92F1EA80FB for ; Thu, 30 Nov 2017 14:14:06 +0100 (CET) In-Reply-To: <87zi745bpu.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 30 Nov 2017 10:59:09 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org 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=C3=A8s wrote: > Mark H Weaver skribis: > > > [...] > > > Related to that, someone on IRC suggested removing the =E2=80=9C#=E2=80= =9D from the > shell snippets at > , > for easier copy/pasting. > > I think I=E2=80=99ll go ahead and do that if nobody objects. > > Thanks, > Ludo=E2=80=99.