help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Should I upgrade root user's guix too?


From: Oleg Pykhalov
Subject: Re: Should I upgrade root user's guix too?
Date: Tue, 26 Sep 2017 21:10:42 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Adonay Felipe Nogueira <address@hidden> writes:

> As a personal preference, I always do:
>
> # guix pull && guix package -u
>
> ... as root, and then:
>
> $ guix pull && guix package -u
>
> ... as normal user

I wrote a little script to not compile 2 times :-)

After running "guix pull" with regular user run this with sudo.

#!/bin/sh
GUIX_LATEST=/root/.config/guix/latest
unlink $GUIX_LATEST && ln -s $(readlink $HOME/.config/guix/latest) $GUIX_LATEST



reply via email to

[Prev in Thread] Current Thread [Next in Thread]