summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xetc/guix-install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/guix-install.sh b/etc/guix-install.sh
index 2944cb97f6a..68e96166a4c 100755
--- a/etc/guix-install.sh
+++ b/etc/guix-install.sh
@@ -51,6 +51,8 @@
51# installation required the user to extract Guix packs under /gnu to 51# installation required the user to extract Guix packs under /gnu to
52# satisfy its dependencies. 52# satisfy its dependencies.
53 53
54# shellcheck shell=bash
55
54# shellcheck disable=2268 # try to support vintage shells 56# shellcheck disable=2268 # try to support vintage shells
55if [ "x$BASH_VERSION" = "x" ]; then 57if [ "x$BASH_VERSION" = "x" ]; then
56 exec bash "$0" "$@" 58 exec bash "$0" "$@"
@@ -510,7 +512,7 @@ sys_create_build_user()
510 fi 512 fi
511 513
512 create_account guix-daemon guix-daemon \ 514 create_account guix-daemon guix-daemon \
513 guix-daemon$KVMGROUP \ 515 guix-daemon"$KVMGROUP" \
514 "Unprivileged Guix Daemon User" 516 "Unprivileged Guix Daemon User"
515 517
516 # ‘tar xf’ creates root:root files. Change that. 518 # ‘tar xf’ creates root:root files. Change that.