From d872179d3d6b27332f1d709ec9ae86c98e7e004f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:40:04 -0400 Subject: [PATCH] --no-confirm --- en/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/install.md b/en/install.md index 52627371..671038c8 100644 --- a/en/install.md +++ b/en/install.md @@ -12,7 +12,7 @@ Install #[[nix]] using [the unofficial installer](https://github.com/Determinate ```sh curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \ - sh -s -- install --extra-conf "trusted-users = $(whoami)" + sh -s -- install --no-confirm --extra-conf "trusted-users = $(whoami)" ``` After installing Nix, open a new terminal and run the [Nix Health](https://github.com/juspay/nix-health) checks,