mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Merge pull request #10580 from bam80/patch-1
Update installing-binary.md: give TTY to the installer
This commit is contained in:
commit
790202232c
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ Supported systems:
|
||||||
To explicitly instruct the installer to perform a multi-user installation on your system:
|
To explicitly instruct the installer to perform a multi-user installation on your system:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ curl -L https://nixos.org/nix/install | sh -s -- --daemon
|
$ bash <(curl -L https://nixos.org/nix/install) --daemon
|
||||||
```
|
```
|
||||||
|
|
||||||
You can run this under your usual user account or `root`.
|
You can run this under your usual user account or `root`.
|
||||||
|
@ -61,7 +61,7 @@ The script will invoke `sudo` as needed.
|
||||||
To explicitly select a single-user installation on your system:
|
To explicitly select a single-user installation on your system:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ curl -L https://nixos.org/nix/install | sh -s -- --no-daemon
|
$ bash <(curl -L https://nixos.org/nix/install) --no-daemon
|
||||||
```
|
```
|
||||||
|
|
||||||
In a single-user installation, `/nix` is owned by the invoking user.
|
In a single-user installation, `/nix` is owned by the invoking user.
|
||||||
|
|
Loading…
Reference in a new issue