We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73b80b8 + 1bcac02 commit dc1df55Copy full SHA for dc1df55
src/nixos-anywhere.sh
@@ -677,7 +677,7 @@ TMPDIR=/root/kexec setsid --wait ${maybeSudo} /root/kexec/kexec/run --kexec-extr
677
tarDecomp="--gzip"
678
elif [[ ${kexecUrl} =~ \.tar\.xz$ ]]; then
679
tarDecomp="--xz"
680
- elif [[ ${kexecUrl} =~ \.tar\.zstd$ ]]; then
+ elif [[ ${kexecUrl} =~ \.tar\.zst$ ]]; then
681
tarDecomp="--zstd"
682
elif [[ ${kexecUrl} =~ \.tar$ ]]; then
683
tarDecomp=""
0 commit comments