Philipp Middendorf
|
9450dece24
|
installer: also test for xz to unpack
|
2020-03-21 09:31:39 +01:00 |
|
Eelco Dolstra
|
e063c71a79
|
nixos.org/releases -> releases.nixos.org
|
2020-03-11 10:33:23 +01:00 |
|
Michael Forney
|
43eb7b6756
|
Pass -J to tar for xz decompression
Some tar implementations can't auto-detect compression formats, so
they must be specified explicitly.
|
2019-12-22 17:17:14 -08:00 |
|
Eelco Dolstra
|
ceefddafe8
|
Compress binary tarballs using xz
Fixes https://github.com/NixOS/nix/issues/240.
Apparently 'tar -xf' can decompress xz files on macOS nowadays.
|
2019-08-27 22:18:34 +02:00 |
|
Johannes Climacus
|
a8251ba2ed
|
Replace type with command -v in install script
In POSIX sh, `type` is undefined.
cf. https://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html#tag_20_22_04
|
2019-05-29 10:08:21 -04:00 |
|
Graham Christensen (Target)
|
ea41838ae0
|
install script: remove unportable command check, fixup errant escape
`which` isn't necessarily portable, but `command -v` is an equivalent form.
Additionally, the `\'` is not necessary, as it is already quoted by `"`.
|
2018-10-16 10:22:36 -04:00 |
|
Eelco Dolstra
|
7c3c635d4f
|
release.nix: Generate the installer script
|
2018-05-30 17:40:08 +02:00 |
|
Eelco Dolstra
|
4caaa4c5fe
|
Move installer script from nixos-homepage
|
2018-05-30 17:17:50 +02:00 |
|