download tarball non-silet
This commit is contained in:
parent
9d50207d69
commit
b7d482eb98
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ The nixos-kexec-installer tarball is the new preferred method.
|
|||
It can be booted as follows by running these commands as root:
|
||||
|
||||
```
|
||||
curl -sL https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-x86_64-linux.tar.gz | tar -xzf- -C /root
|
||||
curl -L https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-x86_64-linux.tar.gz | tar -xzf- -C /root
|
||||
/root/kexec/run
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue