diff --git a/install.sh b/install.sh index b74736d..a360362 100644 --- a/install.sh +++ b/install.sh @@ -107,7 +107,7 @@ herd start cow-store /mnt install_guix() { tmpfile=$(mktemp) - guix system init config.scm /mnt >(tee "$tmpfile") 2>&1 + guix system init config.scm /mnt > (tee "$tmpfile") 2>&1 exit_code=$? output=$(tail -n 3 "$tmpfile")