aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/administration.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/administration.org b/docs/administration.org
index 8dd2b82..54eadf1 100644
--- a/docs/administration.org
+++ b/docs/administration.org
@@ -10,19 +10,19 @@ This document details maintenance and administration of cuirass.genenetwork.org.
1. Fetch the most recent channel file.
#+begin_src shell
- curl -O https://git.genenetwork.org/guix-north-america/plain/channels.scm
+ guix shell curl -- curl -O https://git.genenetwork.org/guix-north-america/plain/channels.scm
#+end_src
2. Update guix using the most recent channel file.
#+begin_src shell
- sudo -i guix pull -C $(relapath channels.scm)
+ sudo -i guix pull -C $(realpath channels.scm)
#+end_src
3. Update the system.
#+begin_src shell
- sudo guix system reconfigure -e '((@ (guix-na config balg02) balg02) %system)'
+ sudo guix system reconfigure -e '(@ (guix-na config balg02) %system)'
#+end_src
4. Reboot.