mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
93e84595ec
commit
90ef2f48b1
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue