From 2db4166c37a47519ad2bf39ae779b37bacf01534 Mon Sep 17 00:00:00 2001 From: Richard Sent Date: Tue, 2 Apr 2024 12:14:16 -0400 Subject: guix-install.sh: Add daemonize to requirements. * etc/guix-install.sh (REQUIRE): Add daemonize to requirements list. Needed to spawn the Guix Daemon in guix-daemon.in Change-Id: I77c7f2bdd686bb023ecfa108a499c2eafbad1eb7 --- etc/guix-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/guix-install.sh b/etc/guix-install.sh index 72b456ee7a..fedd927952 100755 --- a/etc/guix-install.sh +++ b/etc/guix-install.sh @@ -58,6 +58,7 @@ set -eo pipefail [ "$UID" -eq 0 ] || { echo "This script must be run as root."; exit 1; } REQUIRE=( + "daemonize" "dirname" "readlink" "wget" -- cgit v1.2.3