diff options
author | Collin J. Doering | 2024-12-06 18:19:14 -0500 |
---|---|---|
committer | Collin J. Doering | 2024-12-06 18:19:14 -0500 |
commit | ef89604b0632ce00d79a27d39d9a5ae726540d99 (patch) | |
tree | 319a30fa90caace5b777f1f6ca8e3caff0b3780c /docs/administration.org | |
parent | 405fcbe9cb095a7f8766be765c45af688685444b (diff) | |
download | guix-north-america-ef89604b0632ce00d79a27d39d9a5ae726540d99.tar.gz |
docs/administration.org: Correct typo, and use guix-shell for curl
Diffstat (limited to 'docs/administration.org')
-rw-r--r-- | docs/administration.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/administration.org b/docs/administration.org index 8dd2b82..9d83a19 100644 --- a/docs/administration.org +++ b/docs/administration.org @@ -10,13 +10,13 @@ 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. |