Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-29 | Replace `type` with `command -v` in install script | Johannes Climacus | 1 | -4/+4 | |
In POSIX sh, `type` is undefined. cf. https://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html#tag_20_22_04 | |||||
2018-10-16 | install script: remove unportable command check, fixup errant escape | Graham Christensen (Target) | 1 | -2/+2 | |
`which` isn't necessarily portable, but `command -v` is an equivalent form. Additionally, the `\'` is not necessary, as it is already quoted by `"`. | |||||
2018-05-30 | release.nix: Generate the installer script | Eelco Dolstra | 1 | -7/+7 | |
2018-05-30 | Move installer script from nixos-homepage | Eelco Dolstra | 1 | -0/+67 | |