summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove some "[[" bashismsseries-4009Vincent Legoll2020-05-24
|
* Remove unused variableVincent Legoll2020-05-24
|
* Add missing variable quoting & curly-bracketing for dl_pathVincent Legoll2020-05-24
|
* guix-install.sh: Make tar usage compatible with busybox.Vincent Legoll2020-05-24
| | | | | | | | The --warning option is not suported by busybox tar, but it does not emit missing timestamps warnings anyways. * etc/guix-install.sh (sys_create_store): Add --warning tar option only when supported.
* guix-install.sh: Use a variable for GPG key URL.Vincent Legoll2020-05-24
| | | | | * etc/guix-install.sh (OPENPGP_SIGNING_KEY_URL): Add new variable. (chk_gpg_keyring): Use it here.
* guix-install.sh: Replace subshell-inducing command grouping.Vincent Legoll2020-05-24
| | | | * etc/guix-install.sh (chk_gpg_keyring): Replace () command grouping by {}.
* guix-install.sh: Use getent for both user & group presence checking.Vincent Legoll2020-05-24
* etc/guix-install.sh (sys_create_build_user): Use getent instead of id to check presence of users, use bare getent call with output redirection for group check.