From ef89604b0632ce00d79a27d39d9a5ae726540d99 Mon Sep 17 00:00:00 2001 From: Collin J. Doering Date: Fri, 6 Dec 2024 18:19:14 -0500 Subject: docs/administration.org: Correct typo, and use guix-shell for curl --- docs/administration.org | 4 ++-- 1 file 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. -- cgit v1.2.3