guix-install.sh: Set shellcheck shell to bash.

* etc/guix-install.sh: Set shellcheck shell to bash.

Change-Id: Ief28167f0e2b83c254026174e62959a32c34e29a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ivan Popovych 2025-06-12 14:48:51 +03:00 committed by Ludovic Courtès
parent 93e84595ec
commit 90ef2f48b1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -51,6 +51,8 @@
# installation required the user to extract Guix packs under /gnu to
# satisfy its dependencies.
# shellcheck shell=bash
# shellcheck disable=2268 # try to support vintage shells
if [ "x$BASH_VERSION" = "x" ]; then
exec bash "$0" "$@"
@ -510,7 +512,7 @@ sys_create_build_user()
fi
create_account guix-daemon guix-daemon \
guix-daemon$KVMGROUP \
guix-daemon"$KVMGROUP" \
"Unprivileged Guix Daemon User"
# tar xf creates root:root files. Change that.